Skip to content

Commit cae87aa

Browse files
committed
Add php 8.3 & 8.4 to the PHP CI workflow
1 parent d09e8ae commit cae87aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [7.4, 8.0, 8.1, 8.2]
13+
php: [8.1, 8.2, 8.3, 8.4]
1414

1515
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
1616

0 commit comments

Comments
 (0)