We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334e1d9 commit bb539afCopy full SHA for bb539af
.github/workflows/continuous-integration.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: "actions/checkout@v2.0.0"
60
61
- name: "Install PHP"
62
- uses: "shivammathur/setup-php@1.8.2"
+ uses: "shivammathur/setup-php@v2"
63
with:
64
coverage: "none"
65
php-version: "${{ matrix.php-version }}"
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
104
105
@@ -133,7 +133,7 @@ jobs:
133
134
135
136
137
138
139
0 commit comments