We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518cc47 commit e044938Copy full SHA for e044938
.github/workflows/container.yaml
@@ -21,13 +21,8 @@ jobs:
21
# Go hard on the builders
22
max-parallel: 5
23
matrix:
24
- alpine-version: ['3.20', '3.19']
25
- ruby-version: ['3.3.5', '3.3.4', '3.3.3']
26
- # 3.3.0 isn't published (to docker.io) for 3.20, so we only do 3.19, the
27
- # latest published version.
28
- #include:
29
- #- alpine-version: '3.19'
30
- #ruby-version: '3.3.0'
+ alpine-version: ['3.21', '3.20']
+ ruby-version: ['3.3.6', '3.3.5', '3.3.4']
31
steps:
32
-
33
name: Checkout repository
0 commit comments