Skip to content

Commit

Permalink
Update GitHub Actions matrix (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Oct 14, 2024
1 parent d646b89 commit cc2c6f2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,27 @@ jobs:
include:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.6.2
- php: '7.4'
wp: WordPress#6.5.5
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.6.2
- php: '8.0'
wp: WordPress#6.5.5
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.6.2
- php: '8.2'
wp: WordPress#6.5.5
- php: '8.3'
wp: WordPress
- php: '8.3'
wp: WordPress#6.6.2
- php: '8.3'
wp: WordPress#6.5.5
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,27 @@ jobs:
include:
- php: '7.4'
wp: WordPress
- php: '7.4'
wp: WordPress#6.6.2
- php: '7.4'
wp: WordPress#6.5.5
- php: '8.0'
wp: WordPress
- php: '8.0'
wp: WordPress#6.6.2
- php: '8.0'
wp: WordPress#6.5.5
- php: '8.2'
wp: WordPress
- php: '8.2'
wp: WordPress#6.6.2
- php: '8.2'
wp: WordPress#6.5.5
- php: '8.3'
wp: WordPress
- php: '8.3'
wp: WordPress#6.6.2
- php: '8.3'
wp: WordPress#6.5.5
name: PHP ${{ matrix.php }} / ${{ matrix.wp }} Test

Expand Down

0 comments on commit cc2c6f2

Please sign in to comment.