Skip to content

Commit

Permalink
Adapt integration tests for minimum supported WordPress version set t…
Browse files Browse the repository at this point in the history
…o 6.2
  • Loading branch information
enricobattocchi committed Aug 30, 2023
1 parent 87896db commit 73a4db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
matrix:
include:
- php_version: "7.2"
wp_version: "6.1"
wp_version: "6.2"
multisite: true
coverage: true

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

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

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

- php_version: "8.2"
wp_version: "6.2"
wp_version: "6.3"
multisite: true
coverage: true

Expand Down

0 comments on commit 73a4db9

Please sign in to comment.