Skip to content

Commit f71df67

Browse files
authored
update to latest shivammathur/setup-php Github Action
1 parent c9553c3 commit f71df67

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)