mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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:
parent
7cd5209cc2
commit
d062ad739a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user