Skip to content

Commit d76570f

Browse files
committed
CI: Add PHP 8.4 to the matrix
1 parent 10a008c commit d76570f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
77+
php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
7878

7979
name: Test / PHP ${{ matrix.php }}
8080

0 commit comments

Comments
 (0)