Skip to content

Commit f64bc13

Browse files
committed
Add testing on WordPress 6.8 and update the minimum supported version.
1 parent b927dfd commit f64bc13

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/acceptance-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ jobs:
4646
matrix:
4747
wp:
4848
# Three most recent versions of WordPress
49+
- '6.8'
4950
- '6.7'
5051
- '6.6'
51-
- '6.5'
5252
php:
5353
# Most recent version of PHP supported by all of the above, plus 7.4
5454
- '8.3'
5555
- '7.4'
5656
include:
5757
# Latest WordPress on PHP 8.4
58-
- wp: '6.7'
58+
- wp: '6.8'
5959
php: '8.4'
6060
# Oldest supported WordPress
61-
- wp: '5.9'
61+
- wp: '6.0'
6262
php: '7.4'
6363
fail-fast: false
6464
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk

.github/workflows/integration-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ jobs:
4747
matrix:
4848
wp:
4949
# Three most recent versions of WordPress
50+
- '6.8'
5051
- '6.7'
5152
- '6.6'
52-
- '6.5'
5353
php:
5454
# Most recent version of PHP supported by all of the above, plus 7.4
5555
- '8.3'
5656
- '7.4'
5757
include:
5858
# Latest WordPress on PHP 8.4
59-
- wp: '6.7'
59+
- wp: '6.8'
6060
php: '8.4'
6161
# Oldest supported WordPress
62-
- wp: '5.9'
62+
- wp: '6.0'
6363
php: '7.4'
6464
fail-fast: false
6565
with:

phpcs.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<rule ref="WordPress.WP.DeprecatedFunctions">
6666
<properties>
67-
<property name="minimum_supported_version" value="5.9" />
67+
<property name="minimum_supported_version" value="6.0" />
6868
</properties>
6969
</rule>
7070

query-monitor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Author URI: https://querymonitor.com/
1717
* Text Domain: query-monitor
1818
* Domain Path: /languages/
19-
* Requires at least: 5.9
19+
* Requires at least: 6.0
2020
* Requires PHP: 7.4
2121
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2222
* License: GPL v2 or later

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: johnbillion
44
Tags: debug, debug-bar, development, performance, query monitor
5-
Tested up to: 6.7
5+
Tested up to: 6.8
66
Stable tag: 3.17.2
77
License: GPL v2 or later
88
Donate link: https://github.com/sponsors/johnbillion

0 commit comments

Comments
 (0)