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 81848b1 commit a441a1dCopy full SHA for a441a1d
.github/workflows/phpcs.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
php-versions:
16
- - 8.0
+ - 8.1
17
18
steps:
19
- uses: actions/checkout@v2
.github/workflows/phpunit.yml
@@ -18,11 +18,11 @@ jobs:
include:
20
# Check lowest supported WP version, with the lowest supported PHP.
21
- - php: "8.0"
+ - php: "8.1"
22
wp: "6.0"
23
allowed_failure: false
24
# Check latest WP with the lowest supported PHP.
25
26
wp: "master"
27
28
# Check latest WP with the highest supported PHP.
0 commit comments