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