quote versions to avoid yml treating them as numbers

This commit is contained in:
Damian Mee 2020-06-03 20:22:03 +08:00
parent a3d14fbecb
commit 184a043496
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ jobs:
env: env:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
MINOR: 0.20 MINOR: '0.20'
strategy: strategy:
fail-fast: false fail-fast: false

View File

@ -18,11 +18,11 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
subver: subver:
- 0.16 - '0.16'
- 0.17 - '0.17'
- 0.18 - '0.18'
- 0.19 - '0.19'
- 0.20 - '0.20'
arch: arch:
- amd64 - amd64