Skip to content

Commit 906ef59

Browse files
committed
Fix ci
1 parent 7f2aa6f commit 906ef59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php: [ 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 ]
23+
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)