We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe2143 commit 2120940Copy full SHA for 2120940
.github/workflows/default.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: true
21
matrix:
22
- php: [ 8.0, 8.1, 8.2, 8.3 ]
+ php: [ 8.0, 8.1, 8.2, 8.3, 8.4 ]
23
24
name: PHP${{ matrix.php }}
25
0 commit comments