gha: test against docker v27.0.3

Switch to the test-channel, using the test.docker.com
script, which has both stable and pre-releases.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-06-21 00:03:45 +02:00 committed by Guillaume Lours
parent 7cd5209cc2
commit d062ad739a

View File

@ -144,6 +144,7 @@ jobs:
- 24.0.9
- 25.0.5
- 26.1.4
- 27.0.3
steps:
- name: Prepare
run: |
@ -158,7 +159,7 @@ jobs:
sudo systemctl stop docker.service
sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin
sudo apt-get install curl
curl -fsSL https://get.docker.com -o get-docker.sh
curl -fsSL https://test.docker.com -o get-docker.sh
sudo sh ./get-docker.sh --version ${{ matrix.engine }}
- name: Check Docker Version
run: docker --version