Skip to content

Commit

Permalink
Merge pull request #979 from Automattic/update-integration-tests-work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
GaryJones authored Aug 19, 2023
2 parents 1fd7a39 + b44ed69 commit f671b26
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ jobs:

strategy:
matrix:
wordpress: [ '5.7', '6.2' ]
wordpress: [ '5.7', '6.3' ]
php: [ '7.1', '7.4', '8.0', '8.2' ]
allowed_failure: [ false ]
include:
- php: '8.2'
extensions: pcov
ini-values: pcov.directory=., "pcov.exclude=\"~(vendor|tests)~\""
coverage: pcov
allowed_failure: false
# Check upcoming WP.
- php: '8.2'
wordpress: 'trunk'
allowed_failure: true
# Check upcoming PHP.
- php: '8.3'
wordpress: 'latest'
allowed_failure: true
exclude:
# WordPress 5.7 doesn't support PHP 8.2.
- php: '8.2'
wordpress: '5.7'
fail-fast: false
Expand Down

0 comments on commit f671b26

Please sign in to comment.