Skip to content

Commit 03d19f7

Browse files
authored
Merge pull request #43 from wp-cli/fix/matrix
2 parents a42b98e + 1c91118 commit 03d19f7

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ['7.0', '8.1']
20+
php: ['7.2', '8.1']
2121
wp: ['latest']
2222
mysql: ['8.0']
2323
use-phar: [true]
@@ -50,16 +50,6 @@ jobs:
5050
- super-admin-command
5151
- widget-command
5252
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-
wp: 'latest'
60-
mysql: '8.0'
61-
use-phar: true
62-
test-package: 'wp-cli-bundle'
6353
- php: '7.2'
6454
wp: 'latest'
6555
mysql: '8.0'

0 commit comments

Comments
 (0)