Skip to content

Commit

Permalink
Merge pull request #389 from Yoast/JRF/ghactions-tests-fix-min-wp
Browse files Browse the repository at this point in the history
GH Actions/tests: fix up the matrix
  • Loading branch information
jrfnl authored Dec 13, 2024
2 parents 0e753cf + 938ed94 commit 73a7040
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
matrix:
include:
- php_version: "7.2"
wp_version: "6.2"
wp_version: "6.5"
multisite: true
coverage: true

Expand All @@ -143,7 +143,7 @@ jobs:
coverage: false

- php_version: "8.0"
wp_version: "6.2"
wp_version: "6.6"
multisite: false
coverage: false

Expand All @@ -153,13 +153,12 @@ jobs:
coverage: false

- php_version: "8.2"
wp_version: "6.3"
wp_version: "6.5"
multisite: true
coverage: false

# WP 6.4 is the earliest version which supports PHP 8.3.
- php_version: '8.3'
wp_version: '6.4'
wp_version: '6.6'
multisite: true
coverage: true

Expand Down

0 comments on commit 73a7040

Please sign in to comment.