From b45852d6dccd377cf79b3083d5997ab88c18f602 Mon Sep 17 00:00:00 2001 From: Phil Porada Date: Tue, 7 Mar 2023 18:28:36 -0500 Subject: [PATCH 1/3] Add go1.20 and mariadb10.11 to the testing matrix --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5ba6b99c..6470fc0db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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', @@ -36,6 +37,7 @@ jobs: '8.0', '5.7', '5.6', + 'mariadb-10.11', 'mariadb-10.6', 'mariadb-10.5', 'mariadb-10.4', From 03fcd574abfca27233191752b6d4d0a8d13520fc Mon Sep 17 00:00:00 2001 From: Phil Porada Date: Wed, 29 Mar 2023 18:59:24 -0400 Subject: [PATCH 2/3] Use latest upstream actions-setup-mysql which has support for mariadb 10.11 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6470fc0db..d45ed0fa9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,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 }} From 13c28b1c598b6b4bc8f46413e0bca254095b0b95 Mon Sep 17 00:00:00 2001 From: Phil Porada Date: Wed, 29 Mar 2023 19:00:44 -0400 Subject: [PATCH 3/3] Update authors file --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 051327519..18f431e29 100644 --- a/AUTHORS +++ b/AUTHORS @@ -78,6 +78,7 @@ Olivier Mengué oscarzhao Paul Bonser Peter Schultz +Phil Porada Rebecca Chin Reed Allman Richard Wilkes