diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5ba6b99c..d45ed0fa9 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', @@ -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 }} 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