Browse Source

Quote version strings so they don't get parsed to numbers

master
Luke Childs 2 years ago
parent
commit
5ddbc343fe
  1. 50
      .github/workflows/ci.yml

50
.github/workflows/ci.yml

@ -15,31 +15,31 @@ jobs:
- arm64v8 - arm64v8
- arm32v7 - arm32v7
version: version:
- 24.0.1 - "24.0.1"
- 23.1 - "23.1"
- 23.0 - "23.0"
- 22.1 - "22.1"
- 22.0 - "22.0"
- 0.21.2 - "0.21.2"
- 0.21.1 - "0.21.1"
- 0.21.0 - "0.21.0"
- 0.20.2 - "0.20.2"
- 0.20.1 - "0.20.1"
- 0.20.0 - "0.20.0"
- 0.19.1 - "0.19.1"
- 0.19.0.1 - "0.19.0.1"
- 0.18.1 - "0.18.1"
- 0.18.0 - "0.18.0"
- 0.17.2 - "0.17.2"
- 0.17.1 - "0.17.1"
- 0.17.0.1 - "0.17.0.1"
- 0.17.0 - "0.17.0"
- 0.16.3 - "0.16.3"
- 0.15.2 - "0.15.2"
- 0.14.3 - "0.14.3"
- 0.13.2 - "0.13.2"
- 0.13.1 - "0.13.1"
- 0.13.0 - "0.13.0"
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Register Docker QEMU - name: Register Docker QEMU

Loading…
Cancel
Save