Skip to content

Commit

Permalink
#50 Drop PHP 7.2 from test
Browse files Browse the repository at this point in the history
@openai: ignore
  • Loading branch information
fumikito committed Jul 19, 2023
1 parent ac3cafa commit c7357f1
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:
strategy:
matrix:
operating-system: [ ubuntu-latest ] # OS. ubuntu-18.04 is also available.
php: [ '7.2', '7.4', '8.0' ] # PHP versions to check.
php: [ '7.4', '8.0' ] # PHP versions to check.
wp: [ 'latest', '5.9' ] # WordPress version to check.
tools: [ composer ]
scoper: [ true, false ]
Expand Down

0 comments on commit c7357f1

Please sign in to comment.