Skip to content

Commit

Permalink
Drop ruby 3.0 + add upto 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anaynayak committed Dec 30, 2024
1 parent 808cce7 commit 6e4dc1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- macos

ruby:
- 3.0
- 3.1
- 3.2
- 3.3
- 3.4

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubygem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby 3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.4

- name: Publish to RubyGems
run: |
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.2.2
ruby 3.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2-alpine
FROM ruby:3.4-alpine
RUN apk add --update \
build-base \
graphviz \
Expand Down

0 comments on commit 6e4dc1c

Please sign in to comment.