Skip to content

Commit

Permalink
Merge pull request #43 from wp-cli/fix/matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Jul 18, 2024
2 parents a42b98e + 1c91118 commit 03d19f7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.0', '8.1']
php: ['7.2', '8.1']
wp: ['latest']
mysql: ['8.0']
use-phar: [true]
Expand Down Expand Up @@ -50,16 +50,6 @@ jobs:
- super-admin-command
- widget-command
include:
- php: '7.0'
wp: 'latest'
mysql: '8.0'
use-phar: true
test-package: 'wp-cli-bundle'
- php: '7.1'
wp: 'latest'
mysql: '8.0'
use-phar: true
test-package: 'wp-cli-bundle'
- php: '7.2'
wp: 'latest'
mysql: '8.0'
Expand Down

0 comments on commit 03d19f7

Please sign in to comment.