Skip to content

Commit 2729241

Browse files
committed
Update file(s) from wp-cli/.github
1 parent a94f1a3 commit 2729241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

+2-2
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:

0 commit comments

Comments
 (0)