Skip to content

Commit

Permalink
CI: Adjust WP and PHP versions in matrix
Browse files Browse the repository at this point in the history
Can’t expand to newer PHP versions until PHPUnit version has been addressed.
  • Loading branch information
GaryJones committed Jul 22, 2023
1 parent 83cc1db commit de781ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
wordpress: [ '5.5', '5.6', '5.7', '5.8', '5.9', '6.0', '6.1' ]
php: [ '7.1', '7.2', '7.3', '7.4', '8.0' ]
wordpress: [ '5.7', '5.8', '5.9', '6.0', '6.1', '6.2' ]
allowed_failure: [ false ]
include:
- php: "8.0"
Expand All @@ -23,9 +23,6 @@ jobs:
extensions: pcov
ini-values: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
coverage: pcov
exclude:
- php: '8.0'
wordpress: '5.5'
fail-fast: false

steps:
Expand Down

0 comments on commit de781ce

Please sign in to comment.