Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tested up to label and test matrix #155

Merged
merged 4 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
# Notes regarding supported versions in WP:
# The base matrix only contains the PHP versions which are supported on all supported WP versions.
php: ['5.6', '7.0', '7.1', '7.2', '7.3']
php: ['7.0', '7.1', '7.2', '7.3']
wp: ['latest', '5.2']
experimental: [false]

Expand Down Expand Up @@ -53,6 +53,9 @@ jobs:
- php: '5.6'
wp: '5.5'
experimental: false
- php: '5.6'
wp: '5.2'
experimental: false
ouikhuan marked this conversation as resolved.
Show resolved Hide resolved
- php: '7.2'
wp: '5.7'
experimental: false
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wordpressdotorg
Donate link: https://wordpressfoundation.org/donate/
Tags: importer, wordpress
Requires at least: 5.2
Tested up to: 6.2
Tested up to: 6.4.2
Requires PHP: 5.6
Stable tag: 0.8.1
License: GPLv2 or later
Expand Down
Loading