From 5ddbc343fe979ae2c84487cf16df8e7de79db78e Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 21 Jan 2023 16:51:08 +0000 Subject: [PATCH] Quote version strings so they don't get parsed to numbers --- .github/workflows/ci.yml | 50 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72da77b..5c248b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,31 +15,31 @@ jobs: - arm64v8 - arm32v7 version: - - 24.0.1 - - 23.1 - - 23.0 - - 22.1 - - 22.0 - - 0.21.2 - - 0.21.1 - - 0.21.0 - - 0.20.2 - - 0.20.1 - - 0.20.0 - - 0.19.1 - - 0.19.0.1 - - 0.18.1 - - 0.18.0 - - 0.17.2 - - 0.17.1 - - 0.17.0.1 - - 0.17.0 - - 0.16.3 - - 0.15.2 - - 0.14.3 - - 0.13.2 - - 0.13.1 - - 0.13.0 + - "24.0.1" + - "23.1" + - "23.0" + - "22.1" + - "22.0" + - "0.21.2" + - "0.21.1" + - "0.21.0" + - "0.20.2" + - "0.20.1" + - "0.20.0" + - "0.19.1" + - "0.19.0.1" + - "0.18.1" + - "0.18.0" + - "0.17.2" + - "0.17.1" + - "0.17.0.1" + - "0.17.0" + - "0.16.3" + - "0.15.2" + - "0.14.3" + - "0.13.2" + - "0.13.1" + - "0.13.0" steps: - uses: actions/checkout@v1 - name: Register Docker QEMU