Skip to content

Commit

Permalink
Run tests against WordPress 6.4 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 25, 2023
1 parent 23e20af commit 7844479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Defines the WordPress and PHP Versions matrix to run tests on.
strategy:
matrix:
wp-versions: [ '6.4-RC1' ] #[ '5.6.7', '5.7.5', '5.8.3', '5.9' ]
wp-versions: [ '6.4-RC2' ] #[ '5.6.7', '5.7.5', '5.8.3', '5.9' ]
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] #[ '7.3', '7.4', '8.0', '8.1' ]

# Steps to install, configure and run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
wp-versions: [ '6.4-RC1' ] #[ 'latest' ]
wp-versions: [ '6.4-RC2' ] #[ 'latest' ]
php-versions: [ '7.4', '8.0', '8.1', '8.2' ] #[ '7.3', '7.4', '8.0', '8.1' ]

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

0 comments on commit 7844479

Please sign in to comment.