Skip to content

Commit d83ecdc

Browse files
authored
Add go1.20 and mariadb10.11 to the testing matrix (#1403)
* Add go1.20 and mariadb10.11 to the testing matrix * Use latest upstream actions-setup-mysql which has support for mariadb 10.11 * Update authors file
1 parent af380e9 commit d83ecdc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: .github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
import os
2424
go = [
2525
# Keep the most recent production release at the top
26-
'1.19',
26+
'1.20',
2727
# Older production releases
28+
'1.19',
2829
'1.18',
2930
'1.17',
3031
'1.16',
@@ -36,6 +37,7 @@ jobs:
3637
'8.0',
3738
'5.7',
3839
'5.6',
40+
'mariadb-10.11',
3941
'mariadb-10.6',
4042
'mariadb-10.5',
4143
'mariadb-10.4',
@@ -70,7 +72,7 @@ jobs:
7072
- uses: actions/setup-go@v3
7173
with:
7274
go-version: ${{ matrix.go }}
73-
- uses: shogo82148/actions-setup-mysql@v1
75+
- uses: shogo82148/actions-setup-mysql@v1.15.0
7476
with:
7577
mysql-version: ${{ matrix.mysql }}
7678
user: ${{ env.MYSQL_TEST_USER }}

Diff for: AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Olivier Mengué <dolmen at cpan.org>
7878
oscarzhao <oscarzhaosl at gmail.com>
7979
Paul Bonser <misterpib at gmail.com>
8080
Peter Schultz <peter.schultz at classmarkets.com>
81+
Phil Porada <philporada at gmail.com>
8182
Rebecca Chin <rchin at pivotal.io>
8283
Reed Allman <rdallman10 at gmail.com>
8384
Richard Wilkes <wilkes at me.com>

0 commit comments

Comments
 (0)