We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0fe03 commit 327ec18Copy full SHA for 327ec18
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,8 @@ jobs:
13
matrix:
14
# php: [ '7.4', '8.0', '8.1', '8.2' ]
15
php: [ '8.2', '8.3', '8.4' ]
16
- wordpress: [ '5.9', '6.0', '6.3', '6.7', '6.8' ]
+ # wordpress: [ '5.9', '6.0', '6.3', '6.7', '6.8' ]
17
+ wordpress: [ '6.7', '6.8' ]
18
exclude:
19
# Exclude older PHP versions with newer WordPress
20
- php: '7.4'
0 commit comments