Skip to content

Commit 0a35f5a

Browse files
committed
Update E2E and PHP tests to test against WP 6.8
1 parent ddc1440 commit 0a35f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
wp: # Test against Prev-Prev Major, Prev-Major, and current Major release versions.
25-
- "6.5"
2625
- "6.6"
2726
- "6.7"
27+
- "6.8"
2828
theme:
2929
- "https://downloads.wordpress.org/theme/go.zip"
3030
- "" # Default theme is TwentyTwentyThree

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: ['7.4','8.3']
15-
wp: ['6.7']
15+
wp: ['6.8']
1616
name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }}
1717
uses: ./.github/workflows/test-php-unit.yml
1818
with:

0 commit comments

Comments
 (0)