Skip to content

Commit 77cc5d9

Browse files
committed
add php8.4 to tests workflow matrix
1 parent 3c9a867 commit 77cc5d9

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
@@ -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.*', '3.*']
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
exclude:

0 commit comments

Comments
 (0)