Skip to content

Commit 24c7b34

Browse files
committed
Actually use 5.6.14 instead
Fixes issue because of https://core.trac.wordpress.org/changeset/48839
1 parent 86871ee commit 24c7b34

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

features/language-core.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,20 +306,20 @@ Feature: Manage core translation files for a WordPress install
306306
And STDOUT should be empty
307307
And the return code should be 0
308308

309-
# This test downgrades to WordPress 5.4.1, but the SQLite plugin requires 6.0+
310-
@require-wp-4.0 @require-mysql
309+
# This test downgrades to WordPress 5.6.14, but the SQLite plugin requires 6.0+
310+
@require-wp-5.7 @require-mysql
311311
Scenario: Ensure correct language is installed for WP version
312312
Given a WP install
313313
And I try `wp theme install twentytwentyone`
314314
And I run `wp theme activate twentytwentyone`
315315
And an empty cache
316-
And I run `wp core download --version=5.4.1 --force`
316+
And I run `wp core download --version=5.6.14 --force`
317317

318318
# PHP 8.2+ will show a warning for old WordPress core version.
319319
When I try `wp language core install nl_NL`
320320
Then STDOUT should contain:
321321
"""
322-
Downloading translation from https://downloads.wordpress.org/translation/core/5.4.1
322+
Downloading translation from https://downloads.wordpress.org/translation/core/5.6.14
323323
"""
324324
And STDOUT should contain:
325325
"""

0 commit comments

Comments
 (0)