Skip to content

Commit a9afeb7

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install PHP
3030
uses: shivammathur/setup-php@v2
3131
with:
32-
php-version: '7.4'
32+
php-version: 'latest'
3333
coverage: none
3434
tools: cs2pr
3535

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install PHP
5353
uses: shivammathur/setup-php@v2
5454
with:
55-
php-version: '8.1'
55+
php-version: 'latest'
5656
ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0
5757
coverage: none
5858

0 commit comments

Comments
 (0)