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 a048521 commit 954ec86Copy full SHA for 954ec86
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Set up PHP
30
- uses: shivammathur/setup-php@2.9.0
+ uses: shivammathur/setup-php@v2
31
with:
32
php-version: ${{ matrix.php }}
33
extensions: intl, mbstring
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
- uses: shivammathur/setup-php@2.1.0
68
69
php-version: 7.2
70
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
0 commit comments