Skip to content

Commit

Permalink
Bump the tested up to version.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Nov 8, 2023
1 parent 601525f commit 1e8f538
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@ jobs:
# Nightly:
- 'nightly'
# Latest three stable:
- '6.4'
- '6.3'
- '6.2'
- '6.1'
php:
- '8.0'
- '7.4'
include:
# Latest stable on PHP 8.1 and 8.2:
- wp: '6.3'
- wp: '6.4'
php: '8.1'
- wp: '6.3'
- wp: '6.4'
php: '8.2'
# Nightly on PHP 8.1 and 8.2:
- wp: 'nightly'
php: '8.1'
- wp: 'nightly'
php: '8.2'
# Oldest supported on PHP 7.4:
- wp: '5.5'
- wp: '5.6'
php: '7.4'
fail-fast: false
uses: johnbillion/plugin-infrastructure/.github/workflows/reusable-acceptance-tests.yml@trunk
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,25 @@ jobs:
# Nightly:
- 'nightly'
# Latest three stable:
- '6.4'
- '6.3'
- '6.2'
- '6.1'
php:
- '8.0'
- '7.4'
include:
# Latest stable on PHP 8.1 and 8.2:
- wp: '6.3'
- wp: '6.4'
php: '8.1'
- wp: '6.3'
- wp: '6.4'
php: '8.2'
# Nightly on PHP 8.1 and 8.2:
- wp: 'nightly'
php: '8.1'
- wp: 'nightly'
php: '8.2'
# Oldest supported on PHP 7.4:
- wp: '5.5'
- wp: '5.6'
php: '7.4'
fail-fast: false
with:
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<rule ref="WordPress.WP.DeprecatedFunctions">
<properties>
<property name="minimum_supported_version" value="5.5" />
<property name="minimum_supported_version" value="5.6" />
</properties>
</rule>

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Query Monitor
Contributors: johnbillion
Tags: debug, debug-bar, development, performance, query monitor, rest-api
Requires at least: 5.5
Tested up to: 6.3
Requires at least: 5.6
Tested up to: 6.4
Stable tag: 3.14.1
License: GPLv2 or later
Requires PHP: 7.4
Expand Down

0 comments on commit 1e8f538

Please sign in to comment.