diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 1ed7b090547..3547c856e1b 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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: diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 846e070f590..3803fdc890d 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -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: