Skip to content

Commit

Permalink
Update the testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Aug 21, 2023
1 parent 189d66d commit 276ec30
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
build:
strategy:
matrix:
php: ['8.2','8.1','8.0','7.4']
php:
- '8.2'
- '8.1'
- '8.0'
- '7.4'
fail-fast: false
name: WP nightly / PHP ${{ matrix.php }}
runs-on: ubuntu-latest
Expand Down
17 changes: 11 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ jobs:
build:
strategy:
matrix:
php: ['8.2','8.1','8.0','7.4']
wp: ['6.2','6.1','6.0','5.6']
exclude:
- php: '8.0'
wp: '5.6'
- php: '8.1'
php:
- '8.2'
- '8.1'
- '8.0'
- '7.4'
wp:
- '6.3'
- '6.2'
- '6.1'
include:
- php: '7.4'
wp: '5.6'
fail-fast: false
name: WP ${{ matrix.wp }} / PHP ${{ matrix.php }}
Expand Down

0 comments on commit 276ec30

Please sign in to comment.