We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7eb78e commit 8ad2d73Copy full SHA for 8ad2d73
1 file changed
.github/workflows/php.yml
@@ -10,8 +10,8 @@ jobs:
10
strategy:
11
matrix:
12
php-version:
13
- - 8.0
14
- - 8.1
+ - "8.0"
+ - "8.1"
15
16
steps:
17
- uses: actions/checkout@v2
0 commit comments