Skip to content

Build current and next Go version #771

Build current and next Go version

Build current and next Go version #771

Workflow file for this run

name: migration tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version:
- mysql-5.7.25
- mysql-8.0.16
- PerconaServer-8.0.21
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: migration tests
env:
TEST_MYSQL_VERSION: ${{ matrix.version }}
run: script/cibuild-gh-ost-replica-tests