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 808c0e8 commit c78b773Copy full SHA for c78b773
.github/workflows/tests.yml
@@ -11,7 +11,8 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- php: [ '7.4', '8.0', '8.1', '8.2' ]
+# 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.5.3' ]
17
exclude:
18
# Exclude older PHP versions with newer WordPress
0 commit comments