test: update MySQL test matrix to use official images and add 9.0, 8.4 versions (#7476)
* test: update MySQL test matrix to use official images and add 9.0, 8.4 versions * test: use major version tags for MySQL test matrix
This commit is contained in:
parent
718eae4fdd
commit
23c0d7cf05
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
mysql:
|
||||
strategy:
|
||||
matrix:
|
||||
dbversion: ['mysql/mysql-server:latest', '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