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 7355dab commit 8a8c3eeCopy full SHA for 8a8c3ee
.github/workflows/coding-style.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
- - uses: shivammathur/setup-php@v1
+ - uses: shivammathur/setup-php@v2
12
with:
13
php-version: 7.1
14
coverage: none
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
php-version: 7.4
28
.github/workflows/static-analysis.yml
@@ -11,7 +11,7 @@ jobs:
15
16
17
0 commit comments