Skip to content

Commit

Permalink
add Go 1.21 and MySQL 8.1 to the build matrix (#1472)
Browse files Browse the repository at this point in the history
* add Go 1.21 and MySQL 8.1 to the build matrix

* bump shogo82148/actions-setup-mysql v1.21.0
  • Loading branch information
shogo82148 committed Aug 9, 2023
1 parent e503d8d commit 7cf5482
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
import os
go = [
# Keep the most recent production release at the top
'1.20',
'1.21',
# Older production releases
'1.20',
'1.19',
'1.18',
]
mysql = [
'8.1',
'8.0',
'5.7',
'5.6',
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- uses: shogo82148/actions-setup-mysql@v1.16.0
- uses: shogo82148/actions-setup-mysql@v1.21.0
with:
mysql-version: ${{ matrix.mysql }}
user: ${{ env.MYSQL_TEST_USER }}
Expand Down

0 comments on commit 7cf5482

Please sign in to comment.