Skip to content

Commit

Permalink
- update testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Jul 24, 2024
1 parent a93e843 commit b9ca236
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,43 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.0' ]
wordpress: [ '6.5', '6.1' ]
acf_pro: [ true, false ]
wpgraphql_content_blocks: [ false ]
acf_version: [ 6.3.4, 6.1.8]
include:
- php: '8.2'
wordpress: '6.5'
acf_pro: true
wpgraphql_content_blocks: true
coverage: 1
- php: '8.1'
wordpress: '6.5'
acf_pro: true
wpgraphql_content_blocks: true
coverage: 0
- php: '8.0'
wordpress: '6.4'
acf_pro: true
wpgraphql_content_blocks: true
coverage: 0
- php: '8.2'
wordpress: '6.5'
acf_pro: false
wpgraphql_content_blocks: false
coverage: 1
- php: '8.1'
wordpress: '6.5'
acf_pro: false
wpgraphql_content_blocks: false
coverage: 0
- php: '8.0'
wordpress: '6.4'
acf_pro: false
wpgraphql_content_blocks: false
coverage: 0
- php: '7.4'
wordpress: '6.1'
acf_pro: true
wpgraphql_content_blocks: true
coverage: 0
acf_version: '6.1.8'
fail-fast: false
name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }}, ACF ${{matrix.acf_version}}, ACF & ACF EXTENDED PRO ${{matrix.acf_pro}}, WPGRAPHQL Content Blocks ${{matrix.wpgraphql_content_blocks}}
steps:
Expand Down

0 comments on commit b9ca236

Please sign in to comment.