Skip to content

Commit

Permalink
Merge pull request #599 from sparklemotion/flavorjones-bump-ci-test-i…
Browse files Browse the repository at this point in the history
…mage-tag

ci: bump test image tag from 3.4-rc to 3.4
  • Loading branch information
flavorjones authored Dec 31, 2024
2 parents e426700 + 3b573a4 commit a6c67ac
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 a6c67ac

Please sign in to comment.