Skip to content

Commit

Permalink
Update GitHub Actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 15, 2023
1 parent 2406f19 commit 6ef896a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@ jobs:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.2.2
wp: WordPress#6.3.2
- php: '7.4'
wp: WordPress#6.1.3
wp: WordPress#6.2.3
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.2.2
wp: WordPress#6.3.2
- php: '8.0'
wp: WordPress#6.1.3
wp: WordPress#6.2.3
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.2.2
wp: WordPress#6.3.2
- php: '8.2'
wp: WordPress#6.2.3
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test
steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,21 @@ jobs:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.2.2
wp: WordPress#6.3.2
- php: '7.4'
wp: WordPress#6.1.3
wp: WordPress#6.2.3
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.2.2
wp: WordPress#6.3.2
- php: '8.0'
wp: WordPress#6.1.3
wp: WordPress#6.2.3
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.2.2
wp: WordPress#6.3.2
- php: '8.2'
wp: WordPress#6.2.3
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6ef896a

Please sign in to comment.