Skip to content

Commit ee3b549

Browse files
committed
Update tests script
1 parent 9f27377 commit ee3b549

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sqlite:
1717
strategy:
1818
matrix:
19-
go: ['1.22', '1.21', '1.20']
19+
go: ['1.23', '1.24']
2020
platform: [ubuntu-latest] # can not run in windows OS
2121
runs-on: ${{ matrix.platform }}
2222

@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
dbversion: ['mysql/mysql-server:latest', 'mysql:5.7']
45-
go: ['1.22', '1.21', '1.20']
45+
go: ['1.23', '1.24']
4646
platform: [ubuntu-latest]
4747
runs-on: ${{ matrix.platform }}
4848

@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
matrix:
8787
dbversion: [ 'mariadb:latest' ]
88-
go: ['1.22', '1.21', '1.20']
88+
go: ['1.23', '1.24']
8989
platform: [ ubuntu-latest ]
9090
runs-on: ${{ matrix.platform }}
9191

@@ -128,7 +128,7 @@ jobs:
128128
strategy:
129129
matrix:
130130
dbversion: ['postgres:latest', 'postgres:15', 'postgres:14', 'postgres:13']
131-
go: ['1.22', '1.21', '1.20']
131+
go: ['1.23', '1.24']
132132
platform: [ubuntu-latest] # can not run in macOS and Windows
133133
runs-on: ${{ matrix.platform }}
134134

@@ -170,7 +170,7 @@ jobs:
170170
sqlserver:
171171
strategy:
172172
matrix:
173-
go: ['1.22', '1.21', '1.20']
173+
go: ['1.23', '1.24']
174174
platform: [ubuntu-latest] # can not run test in macOS and windows
175175
runs-on: ${{ matrix.platform }}
176176

@@ -212,7 +212,7 @@ jobs:
212212
strategy:
213213
matrix:
214214
dbversion: [ 'v6.5.0' ]
215-
go: ['1.22', '1.21', '1.20']
215+
go: ['1.23', '1.24']
216216
platform: [ ubuntu-latest ]
217217
runs-on: ${{ matrix.platform }}
218218

0 commit comments

Comments
 (0)