Skip to content

Commit

Permalink
test(end to end): Add 8.3 tests (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet authored Apr 11, 2024
1 parent 7647b61 commit a611fd8
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .github/workflows/end-to-end-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,25 @@ jobs:
strategy:
fail-fast: false
matrix:
wp-version: [ "4.9", "5.0", "5.9", "6.0", "6.4", "6.5" ]
php-version: [ "7.2", "7.4", "8.0" ]
exclude:
- { php-version: "7.4", wp-version: "4.9" }
- { php-version: "7.4", wp-version: "5.0" }
- { php-version: "8.0", wp-version: "4.9" }
- { php-version: "8.0", wp-version: "5.0" }
include:
- wp-version: '4.9'
php-version: '7.2'
- wp-version: '5.0'
php-version: '7.2'
- wp-version: '5.9'
php-version: '7.2'
- wp-version: '5.9'
php-version: '8.0'
- wp-version: '6.0'
php-version: '7.2'
- wp-version: '6.0'
php-version: '8.0'
- wp-version: '6.5'
php-version: '7.2'
- wp-version: '6.5'
php-version: '8.0'
- wp-version: '6.5'
php-version: '8.3'

name: End-to-end test suite
runs-on: ubuntu-latest
Expand Down

0 comments on commit a611fd8

Please sign in to comment.