Skip to content

Commit 27974a8

Browse files
authored
Merge pull request #10 from faissaloux/php8.4-support
php8.4 support
2 parents 91ca739 + 962d9fc commit 27974a8

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, macos-latest]
11-
php: ['8.1', '8.2', '8.3']
11+
php: ['8.1', '8.2', '8.3', '8.4']
1212
pest: ['2.14', '3.0']
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
exclude:

0 commit comments

Comments
 (0)