Skip to content

Commit

Permalink
gha: test against docker v27.0.3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
thaJeztah authored and glours committed Jul 1, 2024
1 parent 7cd5209 commit d062ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
- 24.0.9
- 25.0.5
- 26.1.4
- 27.0.3
steps:
- name: Prepare
run: |
Expand All @@ -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
Expand Down

0 comments on commit d062ad7

Please sign in to comment.