Skip to content

Commit 36ea606

Browse files
committed
add PHP 8.4 to CI
1 parent 15250c8 commit 36ea606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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-version: [ '8.1', '8.2', '8.3' ]
21+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
2222
db-type: [ sqlite, mysql, pgsql ]
2323

2424
services:

0 commit comments

Comments
 (0)