test: update MySQL test matrix to use official images and add 9.0, 8.4 versions

This commit is contained in:
enomotodev 2025-06-04 13:46:10 +09:00
parent 49b01a3e93
commit 836618bd71

View File

@ -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 }}