We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5116c32 commit 808c0e8Copy full SHA for 808c0e8
.github/workflows/tests.yml
@@ -11,11 +11,8 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- # temporary disabled for testing
15
- # php: [ '7.4', '8.0', '8.1', '8.2' ]
16
- # wordpress: [ '5.9', '6.0', '6.3', '6.5.3' ]
17
- php: [ '8.4' ]
18
- wordpress: [ '6.5' ]
+ php: [ '7.4', '8.0', '8.1', '8.2' ]
+ wordpress: [ '5.9', '6.0', '6.3', '6.5.3' ]
19
exclude:
20
# Exclude older PHP versions with newer WordPress
21
- php: '7.4'
0 commit comments