Skip to content

Commit

Permalink
Add go1.20 and mariadb10.11 to the testing matrix (#1403)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pgporada committed Mar 30, 2023
1 parent af380e9 commit d83ecdc
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -23,8 +23,9 @@ jobs:
import os
go = [
# Keep the most recent production release at the top
'1.19',
'1.20',
# Older production releases
'1.19',
'1.18',
'1.17',
'1.16',
Expand All @@ -36,6 +37,7 @@ jobs:
'8.0',
'5.7',
'5.6',
'mariadb-10.11',
'mariadb-10.6',
'mariadb-10.5',
'mariadb-10.4',
Expand Down Expand Up @@ -70,7 +72,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- uses: shogo82148/actions-setup-mysql@v1
- uses: shogo82148/actions-setup-mysql@v1.15.0
with:
mysql-version: ${{ matrix.mysql }}
user: ${{ env.MYSQL_TEST_USER }}
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Olivier Mengué <dolmen at cpan.org>
oscarzhao <oscarzhaosl at gmail.com>
Paul Bonser <misterpib at gmail.com>
Peter Schultz <peter.schultz at classmarkets.com>
Phil Porada <philporada at gmail.com>
Rebecca Chin <rchin at pivotal.io>
Reed Allman <rdallman10 at gmail.com>
Richard Wilkes <wilkes at me.com>
Expand Down

0 comments on commit d83ecdc

Please sign in to comment.