Skip to content

Commit

Permalink
GH Actions/tests: fix up the matrix
Browse files Browse the repository at this point in the history
PR 380 dropped support for WP < 6.4, but the integration test matrix had not been updated to reflect this change.

Fixed now.
  • Loading branch information
jrfnl committed Dec 13, 2024
1 parent ff0758e commit 938ed94
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 938ed94

Please sign in to comment.