Skip to content

Commit

Permalink
Update the tested up to and minimum supported versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jul 8, 2024
1 parent f5e1b2a commit c385086
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
matrix:
wp:
# Latest 3 major versions of WordPress
- '6.6-RC2'
- '6.5'
- '6.4'
- '6.3'
php:
# Newest and oldest supported versions of PHP
- '8.3'
- '7.4'
include:
# Oldest supported version of WordPress
- php: '7.4'
wp: '5.6'
wp: '5.7'
fail-fast: false
with:
wp: ${{ matrix.wp }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Not your first time here? See [Recent Changes for Developers](https://github.com

* **PHP:** 7.4
- Tested up to PHP 8.3
* **WordPress:** 5.6
- Tested up to WP 6.5
* **WordPress:** 5.7
- Tested up to WP 6.6

## Installation ##

Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

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

Expand Down

0 comments on commit c385086

Please sign in to comment.