Skip to content

Commit 962d9fc

Browse files
committed
add php8.4 to tests workflow matrix
1 parent 91ca739 commit 962d9fc

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)