Skip to content

Commit 94c8349

Browse files
committed
Run Tests against latest WordPress version, which is now 7.0
1 parent a76a237 commit 94c8349

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Defines the WordPress and PHP Versions matrix to run tests on.
7171
strategy:
7272
matrix:
73-
wp-versions: [ '7.0-RC4' ] #[ '6.1.1', 'latest' ]
73+
wp-versions: [ 'latest' ] #[ '6.1.1', 'latest' ]
7474
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] #[ '7.3', '7.4', '8.0', '8.1' ]
7575

7676
# Steps to install, configure and run tests

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
wp-versions: [ '7.0-RC4' ] #[ '6.1.1', 'latest' ]
84+
wp-versions: [ 'latest' ] #[ '6.1.1', 'latest' ]
8585
php-versions: [ '8.1', '8.2', '8.3', '8.4' ] #[ '7.3', '7.4', '8.0', '8.1' ]
8686

8787
# Folder names within the 'tests' folder to run tests in parallel.

0 commit comments

Comments
 (0)