Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
php: [ '7.4', '8.2' ]
wordpress: [ '5.7', '6.3' ]
wordpress: [ '6.4', '6.8' ]
allowed_failure: [false]
coverage: [false]
include:
Expand All @@ -47,10 +47,6 @@ jobs:
wordpress: 'latest'
allowed_failure: false
coverage: true
exclude:
# WordPress 5.7 doesn't support PHP 8.2.
- php: '8.2'
wordpress: '5.7'
fail-fast: false
continue-on-error: ${{ matrix.allowed_failure }}

Expand Down
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<rule ref="WordPress-Docs"/>
<!-- For help in understanding these custom sniff properties:
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
<config name="minimum_supported_wp_version" value="5.7"/>
<config name="minimum_supported_wp_version" value="6.4"/>

<!-- Rules: WordPress VIP - see
https://github.com/Automattic/VIP-Coding-Standards -->
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ad Code Manager

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

## Installation

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

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

Expand Down
2 changes: 1 addition & 1 deletion ad-code-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* GitHub Plugin URI: https://github.com/Automattic/ad-code-manager/
* Requires PHP: 7.4
* Requires WP: 5.7
* Requires WP: 6.4
*/

declare(strict_types=1);
Expand Down
Loading