Skip to content

Commit ba6482f

Browse files
authored
Merge pull request #80 from rubyists/vendor-gems
fix(build): Correct ruby versions
2 parents 0c35955 + 06515ab commit ba6482f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/container.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ jobs:
2121
# Go hard on the builders
2222
max-parallel: 5
2323
matrix:
24-
alpine-version: ['3.21', '3.20']
24+
alpine-version: ['3.20', '3.19']
2525
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'
2630
steps:
2731
-
2832
name: Checkout repository

0 commit comments

Comments
 (0)