Skip to content

Commit b9ca236

Browse files
committed
- update testing matrix
1 parent a93e843 commit b9ca236

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

.github/workflows/testing-integration.yml

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,43 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php: [ '8.1', '8.0' ]
22-
wordpress: [ '6.5', '6.1' ]
23-
acf_pro: [ true, false ]
24-
wpgraphql_content_blocks: [ false ]
25-
acf_version: [ 6.3.4, 6.1.8]
2621
include:
2722
- php: '8.2'
2823
wordpress: '6.5'
2924
acf_pro: true
3025
wpgraphql_content_blocks: true
3126
coverage: 1
27+
- php: '8.1'
28+
wordpress: '6.5'
29+
acf_pro: true
30+
wpgraphql_content_blocks: true
31+
coverage: 0
32+
- php: '8.0'
33+
wordpress: '6.4'
34+
acf_pro: true
35+
wpgraphql_content_blocks: true
36+
coverage: 0
37+
- php: '8.2'
38+
wordpress: '6.5'
39+
acf_pro: false
40+
wpgraphql_content_blocks: false
41+
coverage: 1
42+
- php: '8.1'
43+
wordpress: '6.5'
44+
acf_pro: false
45+
wpgraphql_content_blocks: false
46+
coverage: 0
47+
- php: '8.0'
48+
wordpress: '6.4'
49+
acf_pro: false
50+
wpgraphql_content_blocks: false
51+
coverage: 0
3252
- php: '7.4'
3353
wordpress: '6.1'
54+
acf_pro: true
55+
wpgraphql_content_blocks: true
56+
coverage: 0
57+
acf_version: '6.1.8'
3458
fail-fast: false
3559
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}}
3660
steps:

0 commit comments

Comments
 (0)