Skip to content

Commit 02a1e27

Browse files
committed
Fix linter to use the new PHP versions
1 parent 12d82d5 commit 02a1e27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
# Lint against the highest/lowest supported versions of each PHP major.
2828
# And also do a run against "nightly" (the current dev version of PHP).
29-
php_version: ['7.4', '8.0', '8.1', '8.2']
29+
php_version: ['8.0', '8.1', '8.2', '8.3', '8.4']
3030

3131
name: "Lint: PHP ${{ matrix.php_version }}"
3232

@@ -37,7 +37,7 @@ jobs:
3737
- name: Install PHP for the composer install
3838
uses: shivammathur/setup-php@v2
3939
with:
40-
php-version: 7.4
40+
php-version: ${{ matrix.php_version }}
4141
coverage: none
4242

4343
# The lint stage doesn't use code style, so no need for WPCS or phpcompatibility.

0 commit comments

Comments
 (0)