Add back php 8.3 into test runner
This commit is contained in:
parent
a45dcc5580
commit
b37dfe63e9
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
operating-system: ['ubuntu-22.04','ubuntu-24.04']
|
||||
php-versions: ['8.2']
|
||||
php-versions: ['8.2', '8.3']
|
||||
phpunit-versions: ['latest']
|
||||
ci_node_total: [ 8 ]
|
||||
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]
|
||||
|
|
|
|||
Loading…
Reference in New Issue