Skip to content

Commit 4982398

Browse files
authored
Merge pull request #181 from Automattic/update/min-wp-version-6.4
2 parents 5d75a08 + 941f72a commit 4982398

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.github/workflows/integrations.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
php: [ '7.4', '8.2' ]
31-
wordpress: [ '5.7', '6.3' ]
31+
wordpress: [ '6.4', '6.8' ]
3232
allowed_failure: [false]
3333
coverage: [false]
3434
include:
@@ -47,10 +47,6 @@ jobs:
4747
wordpress: 'latest'
4848
allowed_failure: false
4949
coverage: true
50-
exclude:
51-
# WordPress 5.7 doesn't support PHP 8.2.
52-
- php: '8.2'
53-
wordpress: '5.7'
5450
fail-fast: false
5551
continue-on-error: ${{ matrix.allowed_failure }}
5652

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<rule ref="WordPress-Docs"/>
4040
<!-- For help in understanding these custom sniff properties:
4141
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
42-
<config name="minimum_supported_wp_version" value="5.7"/>
42+
<config name="minimum_supported_wp_version" value="6.4"/>
4343

4444
<!-- Rules: WordPress VIP - see
4545
https://github.com/Automattic/VIP-Coding-Standards -->

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Ad Code Manager
22

33
Stable tag: 0.7.1
4-
Requires at least: 5.7
5-
Tested up to: 5.9
4+
Requires at least: 6.4
5+
Tested up to: 6.8
66
Requires PHP: 7.4
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -25,7 +25,7 @@ Once this configuration is in place, the Ad Code Manager admin interface will al
2525

2626
## Installation
2727

28-
The plugin requires PHP 7.4 or later. It is also tested WordPress 5.7 and later, though it may run on older versions.
28+
The plugin requires PHP 7.4 or later. It is also tested WordPress 6.4 and later, though it may run on older versions.
2929

3030
Since the plugin is in its early stages, there are a couple additional configuration steps:
3131

ad-code-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2020
* GitHub Plugin URI: https://github.com/Automattic/ad-code-manager/
2121
* Requires PHP: 7.4
22-
* Requires WP: 5.7
22+
* Requires WP: 6.4
2323
*/
2424

2525
declare(strict_types=1);

0 commit comments

Comments
 (0)