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:
enomotodev 2025-06-06 11:10:23 +09:00 committed by GitHub
parent 718eae4fdd
commit 23c0d7cf05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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