Skip to content

Commit 6dfbd40

Browse files
committed
Update file(s) from wp-cli/.github
1 parent a4970b8 commit 6dfbd40

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ jobs:
66

77
lint: #-----------------------------------------------------------------------
88
name: Lint PHP files
9-
strategy:
10-
fail-fast: false
11-
matrix:
12-
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
139
runs-on: ubuntu-latest
1410
steps:
1511
- name: Check out source code
@@ -25,8 +21,7 @@ jobs:
2521
if: steps.check_composer_file.outputs.files_exists == 'true'
2622
uses: shivammathur/setup-php@v2
2723
with:
28-
php-version: '${{ matrix.php }}'
29-
coverage: none
24+
php-version: '7.4'
3025
tools: cs2pr
3126

3227
- name: Get Composer cache directory
@@ -77,7 +72,6 @@ jobs:
7772
uses: shivammathur/setup-php@v2
7873
with:
7974
php-version: '7.4'
80-
coverage: none
8175
tools: cs2pr
8276

8377
- name: Get Composer cache directory

0 commit comments

Comments
 (0)