We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b3ef3 commit 0bd1fcbCopy full SHA for 0bd1fcb
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: true
17
matrix:
18
- php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
+ php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
19
20
name: PHP ${{ matrix.php }}/Linux
21
0 commit comments