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 Mar 6, 2024
1 parent 0a2cd8f commit 6790634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.4.2
wp: WordPress#6.4.3
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.4.2
wp: WordPress#6.4.3
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.4.2
wp: WordPress#6.4.3
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.4.2
wp: WordPress#6.4.3
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.4.2
wp: WordPress#6.4.3
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.4.2
wp: WordPress#6.4.3
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

steps:
Expand Down

0 comments on commit 6790634

Please sign in to comment.