Skip to content

Commit 46a8fd0

Browse files
committed
Upgrade php action
1 parent 646f0b6 commit 46a8fd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818

1919
- name: Install PHP
20-
uses: shivammathur/setup-php@2.4.2
20+
uses: shivammathur/setup-php@2.6.0
2121
with:
2222
php-version: 7.4
2323
coverage: none
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v2
5050

5151
- name: Install PHP
52-
uses: shivammathur/setup-php@2.4.2
52+
uses: shivammathur/setup-php@2.6.0
5353
with:
5454
php-version: 7.4
5555
coverage: none
@@ -83,7 +83,7 @@ jobs:
8383
ref: ${{ github.ref }}
8484

8585
- name: Install PHP
86-
uses: shivammathur/setup-php@2.4.2
86+
uses: shivammathur/setup-php@2.6.0
8787
with:
8888
php-version: 7.4
8989
coverage: pcov
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@v2
126126

127127
- name: Install PHP
128-
uses: shivammathur/setup-php@2.4.2
128+
uses: shivammathur/setup-php@2.6.0
129129
with:
130130
php-version: ${{ matrix.php }}
131131
coverage: none

0 commit comments

Comments
 (0)