test: use major version tags for MySQL test matrix
This commit is contained in:
parent
836618bd71
commit
905b117e15
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
mysql:
|
||||
strategy:
|
||||
matrix:
|
||||
dbversion: ['mysql:9.0', 'mysql:8.4', 'mysql:8.0', 'mysql:5.7']
|
||||
dbversion: ['mysql:9', 'mysql:8', 'mysql:5.7']
|
||||
go: ['1.23', '1.24']
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user