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 9d677cf commit d776151Copy full SHA for d776151
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- php: [ 8.1, 8.2, 8.3 ]
+ php: [ 8.1, 8.2, 8.3, 8.4 ]
18
19
name: P${{ matrix.php }}
20
0 commit comments