woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-matrix.yaml
qwerty287 f56f9cb1c0
Cleanups + prefer .yaml (#3069)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2024-01-11 18:43:54 +01:00

14 lines
199 B
YAML

steps:
test:
image: golang:${GO_VERSION}
commands:
- echo "test ${DATABASE}"
matrix:
GO_VERSION:
- 1.4
- 1.3
DATABASE:
- mysql:5.5
- mysql:6.5
- mariadb:10.1