Skip to content

Commit 208432f

Browse files
committed
Don’t fail-fast, run tests against beta 3
1 parent 799c1a0 commit 208432f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
# If testing older WordPress versions, ensure they are e.g. 5.7.4, 5.6.6 that have the X3 SSL fix: https://core.trac.wordpress.org/ticket/54207
4343
# For PHP, make sure that an nginx configuration file exists for the required PHP version in this repository at tests/nginx/php-x.x.conf
4444
strategy:
45+
fail-fast: false
4546
matrix:
46-
wp-versions: [ '6.4-beta2' ] #[ '6.1.1', 'latest' ]
47+
wp-versions: [ '6.4-beta3' ] #[ '6.1.1', 'latest' ]
4748
php-versions: [ '7.4', '8.0', '8.1', '8.2' ] #[ '7.4', '8.0', '8.1' ]
4849

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

0 commit comments

Comments
 (0)