Skip to content

Commit 4185227

Browse files
committed
Update the matrix.
1 parent 4e1ea8d commit 4185227

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/coding-standards.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ jobs:
4343
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@stable-stubs
4444
strategy:
4545
matrix:
46-
wp:
47-
# Latest three stable:
48-
- '6.5'
49-
- '6.4'
50-
- '6.3'
51-
php:
52-
- '8.2'
53-
- '7.4'
46+
include:
47+
# Latest stable on PHP 8.3:
48+
- wp: '6.5'
49+
php: '8.3'
50+
# Latest stable on PHP 7.4:
51+
- wp: '6.5'
52+
php: '7.4'
53+
# Oldest supported on PHP 7.4:
54+
- wp: '5.6'
55+
php: '7.4'
5456
fail-fast: false
5557
with:
5658
wp: ${{ matrix.wp }}

0 commit comments

Comments
 (0)