Skip to content

Commit e044938

Browse files
committed
chore(build): Update alpine versions and ruby versions in containerfile
1 parent 518cc47 commit e044938

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/container.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ jobs:
2121
# Go hard on the builders
2222
max-parallel: 5
2323
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'
24+
alpine-version: ['3.21', '3.20']
25+
ruby-version: ['3.3.6', '3.3.5', '3.3.4']
3126
steps:
3227
-
3328
name: Checkout repository

0 commit comments

Comments
 (0)