Skip to content

Commit

Permalink
Merge pull request #651 from wp-cli/fix/test-matrix
Browse files Browse the repository at this point in the history
Stop testing WP latest on PHP < 7.2
  • Loading branch information
swissspidy authored Jul 24, 2024
2 parents c638493 + bb3f3f7 commit 22a254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['7.2', '7.3', '7.4', '8.0']
wp: ['latest']
mysql: ['8.0']
include:
Expand Down

0 comments on commit 22a254e

Please sign in to comment.