Skip to content

Commit

Permalink
Remove WP 6.2. Does not meet Woo minimum version support.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Feb 20, 2024
1 parent 00279d1 commit 3580fb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
fail-fast: false
matrix:
wp: # Test against Prev-Prev Major, Prev-Major, and current Major release versions.
- "6.2"
- "6.3"
- "6.4"
theme:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php: ['7.4','8.0','8.1','8.2']
wp: ['6.4', '6.3', '6.2']
wp: ['6.4', '6.3']
name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }}
uses: ./.github/workflows/test-php-unit.yml
with:
Expand Down

0 comments on commit 3580fb7

Please sign in to comment.