Skip to content

Commit a553db3

Browse files
committed
CI: docker engine version matrix
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 338ffe0 commit a553db3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,20 @@ jobs:
138138
mode:
139139
- plugin
140140
- standalone
141+
engine:
142+
- 24.0.9
143+
- 25.0.2
141144
steps:
142145
-
143146
name: Checkout
144147
uses: actions/checkout@v3
148+
- name: Install Docker ${{ matrix.engine }}
149+
run: |
150+
sudo apt-get install curl
151+
curl -fsSL https://get.docker.com -o get-docker.sh
152+
sudo sh ./get-docker.sh --version ${{ matrix.engine }}
153+
- name: Check Docker Version
154+
run: docker --version
145155
-
146156
name: Set up Docker Buildx
147157
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)