Skip to content

Commit a198a75

Browse files
committed
Testing updates.
1 parent a23ba98 commit a198a75

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ jobs:
5050
matrix:
5151
wp:
5252
# Three most recent versions of WordPress
53-
- '6.9-beta1'
53+
- '6.9'
5454
- '6.8'
5555
- '6.7'
5656
php:
5757
# Most recent version of PHP supported by all of the above, plus 7.4
58-
- '8.3'
58+
- '8.4'
5959
- '7.4'
6060
include:
61-
# Latest WordPress on PHP 8.4
62-
- wp: '6.8'
63-
php: '8.4'
61+
# Latest WordPress on latest PHP
62+
# - wp: '6.9'
63+
# php: '8.5'
6464
# Oldest supported WordPress on its newest supported PHP, plus 7.4:
6565
- wp: '6.1'
6666
php: '8.2'

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ jobs:
5151
matrix:
5252
wp:
5353
# Three most recent versions of WordPress
54-
- '6.9-beta1'
54+
- '6.9'
5555
- '6.8'
5656
- '6.7'
5757
php:
5858
# Most recent version of PHP supported by all of the above, plus 7.4
59-
- '8.3'
59+
- '8.4'
6060
- '7.4'
6161
include:
62-
# Latest WordPress on PHP 8.4
63-
- wp: '6.8'
64-
php: '8.4'
62+
# Latest WordPress on latest PHP
63+
- wp: '6.9'
64+
php: '8.5'
6565
# Oldest supported WordPress on its newest supported PHP, plus 7.4:
6666
- wp: '6.1'
6767
php: '8.2'

0 commit comments

Comments
 (0)