diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2e6f12fa..44576523 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
wp:
- latest
- trunk
- - '6.3'
+ - '6.7'
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 8143c1c4..34310ae7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -34,6 +34,10 @@ Here is a list of action and filter hooks provided by the plugin:
== Frequently Asked Questions ==
+= What PHP and WordPress versions does the Two-Factor plugin support? =
+
+This plugin supports the last two major versions of WordPress and the minimum PHP version supported by those WordPress versions.
+
= How can I send feedback or get help with a bug? =
The best place to report bugs, feature suggestions, or any other (non-security) feedback is at the Two Factor GitHub issues page. Before submitting a new issue, please search the existing issues to check if someone else has reported the same feedback.
diff --git a/two-factor.php b/two-factor.php
index 2221a75d..27617466 100644
--- a/two-factor.php
+++ b/two-factor.php
@@ -12,7 +12,7 @@
* Plugin URI: https://wordpress.org/plugins/two-factor/
* Description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes.
* Version: 0.13.0
- * Requires at least: 6.3
+ * Requires at least: 6.7
* Requires PHP: 7.2
* Author: WordPress.org Contributors
* Author URI: https://github.com/wordpress/two-factor/graphs/contributors