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.
2 parents a42b98e + 1c91118 commit 03d19f7Copy full SHA for 03d19f7
.github/workflows/testing.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- php: ['7.0', '8.1']
+ php: ['7.2', '8.1']
21
wp: ['latest']
22
mysql: ['8.0']
23
use-phar: [true]
@@ -50,16 +50,6 @@ jobs:
50
- super-admin-command
51
- widget-command
52
include:
53
- - php: '7.0'
54
- wp: 'latest'
55
- mysql: '8.0'
56
- use-phar: true
57
- test-package: 'wp-cli-bundle'
58
- - php: '7.1'
59
60
61
62
63
- php: '7.2'
64
wp: 'latest'
65
mysql: '8.0'
0 commit comments