Skip to content

Commit ccb348f

Browse files
committed
GH Actions: use PHP latest
... for those tasks where the PHP version isn't that relevant.
1 parent 66f7acf commit ccb348f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install PHP
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: '7.4'
30+
php-version: 'latest'
3131
coverage: none
3232

3333
# Install dependencies to make sure the PHPCS XSD file is available.

0 commit comments

Comments
 (0)