Skip to content

Commit a600b9b

Browse files
Upgrade shivammathur/setup-php (#1095)
1 parent 6acda22 commit a600b9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch_alias.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Set up PHP
14-
uses: shivammathur/setup-php@2.7.0
14+
uses: shivammathur/setup-php@v2
1515
with:
1616
php-version: 8.0
1717
coverage: none

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Set up PHP
20-
uses: shivammathur/setup-php@2.7.0
20+
uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ matrix.php }}
2323
coverage: none

0 commit comments

Comments
 (0)