test: update MySQL test matrix to use official images and add 9.0, 8.4 versions
This commit is contained in:
parent
49b01a3e93
commit
836618bd71
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
mysql:
|
mysql:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dbversion: ['mysql/mysql-server:latest', 'mysql:5.7']
|
dbversion: ['mysql:9.0', 'mysql:8.4', 'mysql:8.0', 'mysql:5.7']
|
||||||
go: ['1.23', '1.24']
|
go: ['1.23', '1.24']
|
||||||
platform: [ubuntu-latest]
|
platform: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user