Skip to content

Commit e4b9733

Browse files
authored
Merge pull request #182 from staabm/patch-2
update to latest shivammathur/setup-php Github Action
2 parents 47a1b9a + f71df67 commit e4b9733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: "actions/[email protected]"
2727

2828
- name: "Install PHP"
29-
uses: "shivammathur/setup-php@1.8.2"
29+
uses: "shivammathur/setup-php@v2"
3030
with:
3131
coverage: "none"
3232
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)