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
18 changes: 6 additions & 12 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,14 @@ jobs:

strategy:
matrix:
php: [ '7.4', '8.3' ]
wordpress: [ '6.4', '6.8' ]
allowed_failure: [false]
include:
# Check upcoming WP.
- php: '8.3'
wordpress: 'master'
allowed_failure: true
# Check upcoming PHP.
- php: '8.5'
wordpress: '6.8'
allowed_failure: true
# Check lowest supported WP version, with the lowest supported PHP.
- wordpress: '6.4'
php: '7.4'
# Check latest WP with the latest PHP.
- wordpress: 'master'
php: 'latest'
fail-fast: false
continue-on-error: ${{ matrix.allowed_failure }}

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Stable tag: 0.7.1
Requires at least: 6.4
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down