We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e503d8d commit 7cf5482Copy full SHA for 7cf5482
.github/workflows/test.yml
@@ -31,12 +31,14 @@ jobs:
31
import os
32
go = [
33
# Keep the most recent production release at the top
34
- '1.20',
+ '1.21',
35
# Older production releases
36
+ '1.20',
37
'1.19',
38
'1.18',
39
]
40
mysql = [
41
+ '8.1',
42
'8.0',
43
'5.7',
44
'5.6',
@@ -75,7 +77,7 @@ jobs:
75
77
- uses: actions/setup-go@v4
76
78
with:
79
go-version: ${{ matrix.go }}
- - uses: shogo82148/actions-setup-mysql@v1.16.0
80
+ - uses: shogo82148/actions-setup-mysql@v1.21.0
81
82
mysql-version: ${{ matrix.mysql }}
83
user: ${{ env.MYSQL_TEST_USER }}
0 commit comments