We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1ea8d commit 4185227Copy full SHA for 4185227
.github/workflows/coding-standards.yml
@@ -43,14 +43,16 @@ jobs:
43
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-coding-standards.yml@stable-stubs
44
strategy:
45
matrix:
46
- wp:
47
- # Latest three stable:
48
- - '6.5'
49
- - '6.4'
50
- - '6.3'
51
- php:
52
- - '8.2'
53
- - '7.4'
+ include:
+ # Latest stable on PHP 8.3:
+ - wp: '6.5'
+ php: '8.3'
+ # Latest stable on PHP 7.4:
+ php: '7.4'
+ # Oldest supported on PHP 7.4:
54
+ - wp: '5.6'
55
56
fail-fast: false
57
with:
58
wp: ${{ matrix.wp }}
0 commit comments