Skip to content

Commit

Permalink
Change minimum WP version to test..
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Dec 1, 2022
1 parent f891cb4 commit 059a90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ ubuntu-latest ] # OS. ubuntu-18.04 is also available.
php: [ '7.4', '8.0', '8.1' ] # PHP versions to check.
wp: [ '5.8', 'latest' ]
wp: [ '5.9', 'latest' ]
tools: [ composer ]
include:
- os: ubuntu-18.04
Expand Down

0 comments on commit 059a90e

Please sign in to comment.