Skip to content

Commit

Permalink
Merge pull request #24 from trailofbits/mschwager-ruby-34
Browse files Browse the repository at this point in the history
Add build for Ruby 3.4
  • Loading branch information
mschwager authored Dec 30, 2024
2 parents 7518e6c + 749c525 commit 4b5b7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/ruby
ARG RUBY_VERSION=3.3
ARG RUBY_VERSION=3.4

FROM ruby:$RUBY_VERSION-slim-bookworm

Expand Down

0 comments on commit 4b5b7fd

Please sign in to comment.