Skip to content

Commit

Permalink
ci: bump test image tag from 3.4-rc to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 31, 2024
1 parent e426700 commit 3b573a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:
jobs:
ruby_versions:
outputs:
setup_ruby: "['3.1', '3.2', '3.3', 'head']"
image_tag: "['3.1', '3.2', '3.3', '3.4-rc']"
setup_ruby: "['3.1', '3.2', '3.3', '3.4']"
image_tag: "['3.1', '3.2', '3.3', '3.4']"
runs-on: ubuntu-latest
steps:
- run: echo "generating rubies ..."
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
- { ruby: "3.2", flavor: "alpine3.19" }
- { ruby: "3.3", flavor: "alpine3.18" }
- { ruby: "3.3", flavor: "alpine3.19" }
- { ruby: "3.4-rc", flavor: "alpine" }
- { ruby: "3.4", flavor: "alpine" }
runs-on: ubuntu-latest
container:
image: ruby:${{matrix.ruby}}-${{matrix.flavor}}
Expand Down

0 comments on commit 3b573a4

Please sign in to comment.