Skip to content

Commit

Permalink
ci: drop testing support for < WP 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Aug 10, 2024
1 parent 17674aa commit d412986
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,15 @@ jobs:
strategy:
matrix:
php: ["8.2", "8.1", "8.0"]
wordpress: ["6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0" ]
wordpress: ["6.6", "6.5", "6.4", "6.3" ]
include:
- php: "8.2"
wordpress: "6.6"
coverage: 1
# Test old versions against PHP 8.0
- php: "7.4"
wordpress: "6.1"
- php: "7.4"
wordpress: "6.0"
exclude:
# Old WP versions that dont support newer PHP versions
- php: "8.2"
wordpress: "6.0"
# - php: "8.2"
# wordpress: "6.0"
# New WP versions that dont support older PHP versions
- php: "8.0"
wordpress: "6.6"
Expand Down

0 comments on commit d412986

Please sign in to comment.