We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc1440 commit 0a35f5aCopy full SHA for 0a35f5a
.github/workflows/test-e2e.yml
@@ -22,9 +22,9 @@ jobs:
22
fail-fast: false
23
matrix:
24
wp: # Test against Prev-Prev Major, Prev-Major, and current Major release versions.
25
- - "6.5"
26
- "6.6"
27
- "6.7"
+ - "6.8"
28
theme:
29
- "https://downloads.wordpress.org/theme/go.zip"
30
- "" # Default theme is TwentyTwentyThree
.github/workflows/test-php.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
14
php: ['7.4','8.3']
15
- wp: ['6.7']
+ wp: ['6.8']
16
name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }}
17
uses: ./.github/workflows/test-php-unit.yml
18
with:
0 commit comments