Skip to content

Commit 6be99c5

Browse files
committed
GitHub Actions: Add PHP 8.4 version to the test matrix
1 parent a131319 commit 6be99c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php-version: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
12+
php-version: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
1313
os: [ubuntu-latest]
1414
es-version: [6.8-SNAPSHOT]
1515

0 commit comments

Comments
 (0)