Skip to content

Commit a441a1d

Browse files
committed
Correct the github workflows
1 parent 81848b1 commit a441a1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-versions:
16-
- 8.0
16+
- 8.1
1717

1818
steps:
1919
- uses: actions/checkout@v2

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
matrix:
1919
include:
2020
# Check lowest supported WP version, with the lowest supported PHP.
21-
- php: "8.0"
21+
- php: "8.1"
2222
wp: "6.0"
2323
allowed_failure: false
2424
# Check latest WP with the lowest supported PHP.
25-
- php: "8.0"
25+
- php: "8.1"
2626
wp: "master"
2727
allowed_failure: false
2828
# Check latest WP with the highest supported PHP.

0 commit comments

Comments
 (0)