Skip to content

Commit

Permalink
Merge pull request #7 from kuno1/fix/gha
Browse files Browse the repository at this point in the history
Comment out php 5.6 related test
  • Loading branch information
waviaei authored Apr 25, 2024
2 parents 3e63c66 + 3a12228 commit cd562c5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
os: [ ubuntu-latest ] # OS. ubuntu-18.04 is also available.
php: [ '7.4', '8.0' ] # PHP versions to check.
wp: [ '5.9', 'latest' ] # WordPress version to check.
include:
- os: ubuntu-18.04
php: 5.6
tools: composer:v2.2
wp: latest
- os: ubuntu-18.04
php: 5.6
tools: composer:v2.2
wp: 5.9
# include:
# - os: ubuntu-18.04
# php: 5.6
# tools: composer:v2.2
# wp: latest
# - os: ubuntu-18.04
# php: 5.6
# tools: composer:v2.2
# wp: 5.9
services:
mysql:
image: mysql:5.7
Expand Down

0 comments on commit cd562c5

Please sign in to comment.