From 0a35f5afc85a589268064034cae87235af56a1f7 Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Tue, 15 Apr 2025 16:16:13 -0400 Subject: [PATCH] Update E2E and PHP tests to test against WP 6.8 --- .github/workflows/test-e2e.yml | 2 +- .github/workflows/test-php.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 185ede7d491..e2524cd12b5 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -22,9 +22,9 @@ jobs: fail-fast: false matrix: wp: # Test against Prev-Prev Major, Prev-Major, and current Major release versions. - - "6.5" - "6.6" - "6.7" + - "6.8" 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 6d1fa2698b2..e7818e3e760 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.7'] + wp: ['6.8'] name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }} uses: ./.github/workflows/test-php-unit.yml with: