Skip to content

Commit b2c0db5

Browse files
committed
Update file(s) from wp-cli/.github
1 parent c4221b9 commit b2c0db5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ 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']
13-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1410
steps:
1511
- name: Check out source code
1612
uses: actions/checkout@v2
@@ -59,7 +55,7 @@ jobs:
5955

6056
phpcs: #----------------------------------------------------------------------
6157
name: PHPCS
62-
runs-on: ubuntu-20.04
58+
runs-on: ubuntu-latest
6359

6460
steps:
6561
- name: Check out source code

0 commit comments

Comments
 (0)