Skip to content

Commit b9a79aa

Browse files
committed
ci: add PHP 8.4 to CI tests
1 parent 3987383 commit b9a79aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/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
os: [ubuntu-latest]
11-
php: ['8.2', '8.3']
11+
php: ['8.2', '8.3', '8.4']
1212
dependency-version: [lowest, highest]
1313

1414
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)