We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5f05c commit c9d0242Copy full SHA for c9d0242
1 file changed
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- php: ["8.1", 8.0", "7.4", "7.3", "7.2"]
+ php: ["8.1", "8.0", "7.4", "7.3", "7.2"]
18
19
steps:
20
- uses: actions/checkout@v2
0 commit comments