Skip to content

Commit d41ad2a

Browse files
authored
ci(tests): run tests on php 8.2, 8.3 and 8.4 as well
1 parent 53119ac commit d41ad2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php: ['7.4', '8.0']
11+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1212
composer-stability: [prefer-lowest, prefer-stable]
1313

1414
name: PHP ${{ matrix.php-versions }} - ${{ matrix.composer-stability }} - OS ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)