We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2aa6f commit 906ef59Copy full SHA for 906ef59
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- php: [ 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 ]
+ php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
24
steps:
25
- name: Checkout
26
uses: actions/checkout@v2
0 commit comments