Skip to content

Commit

Permalink
e2e: Add WordPress 6.4 to GitHub Actions (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Nov 30, 2023
1 parent 829bb90 commit 8bb39de
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 @@ -15,18 +15,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 8bb39de

Please sign in to comment.