Skip to content

Commit a6c67ac

Browse files
authored
Merge pull request #599 from sparklemotion/flavorjones-bump-ci-test-image-tag
ci: bump test image tag from 3.4-rc to 3.4
2 parents e426700 + 3b573a4 commit a6c67ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ on:
2020
jobs:
2121
ruby_versions:
2222
outputs:
23-
setup_ruby: "['3.1', '3.2', '3.3', 'head']"
24-
image_tag: "['3.1', '3.2', '3.3', '3.4-rc']"
23+
setup_ruby: "['3.1', '3.2', '3.3', '3.4']"
24+
image_tag: "['3.1', '3.2', '3.3', '3.4']"
2525
runs-on: ubuntu-latest
2626
steps:
2727
- run: echo "generating rubies ..."
@@ -361,7 +361,7 @@ jobs:
361361
- { ruby: "3.2", flavor: "alpine3.19" }
362362
- { ruby: "3.3", flavor: "alpine3.18" }
363363
- { ruby: "3.3", flavor: "alpine3.19" }
364-
- { ruby: "3.4-rc", flavor: "alpine" }
364+
- { ruby: "3.4", flavor: "alpine" }
365365
runs-on: ubuntu-latest
366366
container:
367367
image: ruby:${{matrix.ruby}}-${{matrix.flavor}}

0 commit comments

Comments
 (0)