Skip to content

Commit 5bde2e8

Browse files
Merge pull request #118 from TheDragonCode/1.x
Added tests for PHP 8.4
2 parents 2156bc1 + 5a2b01e commit 5bde2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [ "8.2", "8.3" ]
13+
php: [ "8.2", "8.3", "8.4" ]
1414

1515
name: PHP ${{ matrix.php }}
1616

0 commit comments

Comments
 (0)