We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bf535 commit 9344cc5Copy full SHA for 9344cc5
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: true
11
matrix:
12
- php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
+ php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
13
14
name: PHP ${{ matrix.php }}
15
env:
0 commit comments