Skip to content

Commit ed74404

Browse files
authored
Merge pull request #15 from LordSimal/2.x-php-8.4
add PHP 8.4 to CI
2 parents 15250c8 + 36ea606 commit ed74404

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)