Skip to content

Commit 33e927c

Browse files
authored
Merge pull request #60 from wojsmol/fix/php8.1-compat
2 parents d3ca7be + 56909c6 commit 33e927c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
22+
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
2323
runs-on: ubuntu-20.04
2424

2525
steps:
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
62+
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
6363
wp: ['latest']
6464
mysql: ['8.0']
6565
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"wp-cli/wp-cli": "^2.5"
1616
},
1717
"require-dev": {
18-
"wp-cli/wp-cli-tests": "^3.0.11"
18+
"wp-cli/wp-cli-tests": "^3.1"
1919
},
2020
"config": {
2121
"process-timeout": 7200,

0 commit comments

Comments
 (0)