diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63d91e02..dc323be6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,14 +80,17 @@ jobs: wp: - latest - trunk - - '6.8' + - '6.9' exclude: - php: '7.3' wp: trunk - php: '7.2' wp: trunk - - php: '8.5' - wp: '6.8' + - php: '7.3' + wp: latest + - php: '7.2' + wp: latest + env: WP_ENV_PHP_VERSION: ${{ matrix.php }} WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }} diff --git a/readme.txt b/readme.txt index 4093abcf..7050b917 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Two Factor === Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd, alihusnainarshad, passoniate Tags: 2fa, mfa, totp, authentication, security -Tested up to: 6.9 +Tested up to: 7.0 Stable tag: 0.15.0 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html diff --git a/two-factor.php b/two-factor.php index c0f38b17..d6f1c479 100644 --- a/two-factor.php +++ b/two-factor.php @@ -11,7 +11,7 @@ * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Enable Two-Factor Authentication using time-based one-time passwords, email, and backup verification codes. - * Requires at least: 6.8 + * Requires at least: 6.9 * Version: 0.15.0 * Requires PHP: 7.2 * Author: WordPress.org Contributors