diff --git .github/workflows/unit-tests.yml .github/workflows/unit-tests.yml
index cb42ba82f..536ca2611 100644
|
|
jobs: |
19 | 19 | - php: '7.4' |
20 | 20 | wp_version: '6.0' |
21 | 21 | - php: '7.4' |
22 | | wp_version: '5.4' |
| 22 | wp_version: '5.7' |
23 | 23 | env: |
24 | 24 | WP_ENV_PHP_VERSION: ${{ matrix.php }} |
25 | 25 | WP_VERSION: ${{ matrix.wp_version }} |
… |
… |
jobs: |
59 | 59 | composer-options: "--ignore-platform-reqs" |
60 | 60 | |
61 | 61 | - name: Adjust wp-phpunit version |
62 | | run: if [ ${{ env.WP_VERSION }} == '5.4' ]; then composer require --dev "wp-phpunit/wp-phpunit:5.4"; fi |
| 62 | run: if [ ${{ env.WP_VERSION }} == '5.7' ]; then composer require --dev "wp-phpunit/wp-phpunit:5.7"; fi |
63 | 63 | |
64 | 64 | - name: Cache node modules |
65 | 65 | uses: actions/cache@v2 |
diff --git bp-loader.php bp-loader.php
index 03286e7eb..bbd66ad90 100644
|
|
|
20 | 20 | * Text Domain: buddypress |
21 | 21 | * Domain Path: /bp-languages/ |
22 | 22 | * Requires PHP: 5.6 |
23 | | * Requires at least: 5.4 |
| 23 | * Requires at least: 5.7 |
24 | 24 | * Version: 11.0.0-alpha |
25 | 25 | */ |
26 | 26 | |
diff --git src/bp-loader.php src/bp-loader.php
index e35c02d70..59a2f1a65 100644
|
|
|
20 | 20 | * Text Domain: buddypress |
21 | 21 | * Domain Path: /bp-languages/ |
22 | 22 | * Requires PHP: 5.6 |
23 | | * Requires at least: 5.4 |
| 23 | * Requires at least: 5.7 |
24 | 24 | * Version: 11.0.0-alpha |
25 | 25 | */ |
26 | 26 | |
diff --git src/readme.txt src/readme.txt
index bad47db5a..8cf88654d 100644
|
|
Tags: profiles, groups, activity, direct messaging, notifications, |
4 | 4 | License: GNU General Public License v2 or later |
5 | 5 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
6 | 6 | Requires PHP: 5.6 |
7 | | Requires at least: 5.4 |
| 7 | Requires at least: 5.7 |
8 | 8 | Tested up to: 6.0 |
9 | 9 | Stable tag: 10.3.0 |
10 | 10 | |