Skip to content

Commit 557ec09

Browse files
committed
ci: run tests on PHP 8.2 and 8.3
1 parent 4a18fca commit 557ec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '7.4', '8.0', '8.1' ]
12+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
1313
stability: [ prefer-lowest, prefer-stable ]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }}

0 commit comments

Comments
 (0)