Skip to content

Commit 86f7b8c

Browse files
chore(deps): bump shivammathur/setup-php from 2.31.0 to 2.31.1
1 parent 84c4178 commit 86f7b8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: "actions/[email protected]"
3232

3333
- name: "Install PHP"
34-
uses: "shivammathur/[email protected].0"
34+
uses: "shivammathur/[email protected].1"
3535
with:
3636
php-version: "latest"
3737
coverage: "none"
@@ -54,7 +54,7 @@ jobs:
5454
uses: "actions/[email protected]"
5555

5656
- name: "Install PHP"
57-
uses: "shivammathur/[email protected].0"
57+
uses: "shivammathur/[email protected].1"
5858
with:
5959
php-version: "latest"
6060
coverage: "none"
@@ -85,7 +85,7 @@ jobs:
8585
uses: "actions/[email protected]"
8686

8787
- name: "Install PHP"
88-
uses: "shivammathur/[email protected].0"
88+
uses: "shivammathur/[email protected].1"
8989
with:
9090
php-version: "latest"
9191
coverage: "none"
@@ -111,7 +111,7 @@ jobs:
111111
uses: "actions/[email protected]"
112112

113113
- name: "Install PHP"
114-
uses: "shivammathur/[email protected].0"
114+
uses: "shivammathur/[email protected].1"
115115
with:
116116
php-version: "latest"
117117
coverage: "pcov"
@@ -170,7 +170,7 @@ jobs:
170170
uses: "actions/[email protected]"
171171

172172
- name: "Install PHP"
173-
uses: "shivammathur/[email protected].0"
173+
uses: "shivammathur/[email protected].1"
174174
with:
175175
php-version: "${{ matrix.php }}"
176176
coverage: "none"

0 commit comments

Comments
 (0)