We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcae12 commit 0c6c3e4Copy full SHA for 0c6c3e4
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup PHP
29
uses: shivammathur/setup-php@v2
30
with:
31
- php-version: 8.1
+ php-version: '8.1'
32
coverage: none
33
34
- name: Install dependencies
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments