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 af4a5bd commit 032bafbCopy full SHA for 032bafb
.github/workflows/tests.yml
@@ -11,8 +11,11 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- php: [ '7.4', '8.0', '8.1', '8.2' ]
15
- wordpress: [ '5.9', '6.0', '6.3', '6.5.3' ]
+# temporary disabled for testing
+# 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' ]
19
exclude:
20
# Exclude older PHP versions with newer WordPress
21
- php: '7.4'
0 commit comments