Skip to content

Commit da8f669

Browse files
committed
Test for PHP 8.4
1 parent 0f92a69 commit da8f669

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php-versions: [ '8.1', '8.2', '8.3' ]
21+
php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
2222
db-type: [ 'mysql', 'sqlite', 'postgres' ]
2323

2424
env:

0 commit comments

Comments
 (0)