We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c35955 + 06515ab commit ba6482fCopy full SHA for ba6482f
1 file changed
.github/workflows/container.yaml
@@ -21,8 +21,12 @@ jobs:
21
# Go hard on the builders
22
max-parallel: 5
23
matrix:
24
- alpine-version: ['3.21', '3.20']
+ alpine-version: ['3.20', '3.19']
25
ruby-version: ['3.3.6', '3.3.5', '3.3.4']
26
+ # Only 3.3.6 is published (to docker.io) for 3.21, so we include only that here.
27
+ include:
28
+ - alpine-version: '3.21'
29
+ ruby-version: '3.3.6'
30
steps:
31
-
32
name: Checkout repository
0 commit comments