mirror of https://github.com/go-gorm/gorm.git
Add Go 1.17 (#4666)
This commit is contained in:
parent
3a8c250180
commit
15188cf409
|
@ -13,7 +13,7 @@ jobs:
|
|||
sqlite:
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.16', '1.15']
|
||||
go: ['1.17', '1.16', '1.15']
|
||||
platform: [ubuntu-latest] # can not run in windows OS
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
dbversion: ['mysql:latest', 'mysql:5.7', 'mariadb:latest']
|
||||
go: ['1.16', '1.15']
|
||||
go: ['1.17', '1.16', '1.15']
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
dbversion: ['postgres:latest', 'postgres:12', 'postgres:11', 'postgres:10']
|
||||
go: ['1.16', '1.15']
|
||||
go: ['1.17', '1.16', '1.15']
|
||||
platform: [ubuntu-latest] # can not run in macOS and Windows
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
sqlserver:
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.16', '1.15']
|
||||
go: ['1.17', '1.16', '1.15']
|
||||
platform: [ubuntu-latest] # can not run test in macOS and windows
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue