Skip to content

Commit

Permalink
e2e: Add WordPress 6.4 to GitHub Actions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Nov 30, 2023
1 parent 820a03c commit fb4c4a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,24 @@ jobs:
include:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.4.1
- php: '7.4'
wp: WordPress#6.3.2
- php: '7.4'
wp: WordPress#6.2.3
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.4.1
- php: '8.0'
wp: WordPress#6.3.2
- php: '8.0'
wp: WordPress#6.2.3
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.4.1
- php: '8.2'
wp: WordPress#6.3.2
- php: '8.2'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,24 @@ jobs:
include:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.4.1
- php: '7.4'
wp: WordPress#6.3.2
- php: '7.4'
wp: WordPress#6.2.3
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.4.1
- php: '8.0'
wp: WordPress#6.3.2
- php: '8.0'
wp: WordPress#6.2.3
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.4.1
- php: '8.2'
wp: WordPress#6.3.2
- php: '8.2'
Expand Down

0 comments on commit fb4c4a0

Please sign in to comment.