From 294dad3a728c504c4fa8ecb3751bb95b6629bf4e Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Mon, 24 Jun 2024 16:26:21 -0400 Subject: [PATCH] Remove 6.5 --- .github/workflows/test-e2e.yml | 1 + .github/workflows/test-php.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index bc84ecba8db..e12541a9cea 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -24,6 +24,7 @@ jobs: wp: # Test against Prev-Prev Major, Prev-Major, and current Major release versions. - "6.3" - "6.4" + - "6.5" theme: - "https://downloads.wordpress.org/theme/go.zip" - "" # Default theme is TwentyTwentyThree diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index 133926701b7..86f9553de50 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: php: ['7.4','8.3'] - wp: ['6.4','6.5'] # TODO: Add 6.6 when released + wp: ['6.4'] # TODO: Add 6.6 when released name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }} uses: ./.github/workflows/test-php-unit.yml with: