Skip to content

Commit

Permalink
ci: only run PHP 8.1 against WP 6.2+ (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine authored Sep 17, 2023
1 parent 6c66f32 commit 140d177
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,14 @@ jobs:

strategy:
matrix:
php: [ '8.1', '8.0', '7.4' ]
wordpress: [ '6.3', '6.2', '6.1', '6.0', '5.9' ]
php: [ '8.0', '7.4' ]
wordpress: [ '6.3', '6.2', '6.1', '6.0', '5.9', '5.8', '5.7' ]
include:
- php: '8.1'
wordpress: '6.3'
coverage: 1
# Older versions of WordPress
- php: '8.0'
wordpress: '5.8'
- php: '8.0'
wordpress: '5.7'
- php: '7.4'
wordpress: '5.8'
- php: '7.4'
wordpress: '5.7'
- php: '8.1'
wordpress: '6.2'
exclude:
- php: '7.4'
wordpress: '6.3'
Expand Down

0 comments on commit 140d177

Please sign in to comment.