Skip to content

Commit 4b5b7fd

Browse files
authored
Merge pull request #24 from trailofbits/mschwager-ruby-34
Add build for Ruby 3.4
2 parents 7518e6c + 749c525 commit 4b5b7fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.1"
1919
- "3.2"
2020
- "3.3"
21+
- "3.4"
2122
steps:
2223
- uses: actions/checkout@v4
2324
- name: Set up Ruby ${{ matrix.ruby-version }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/ruby
2-
ARG RUBY_VERSION=3.3
2+
ARG RUBY_VERSION=3.4
33

44
FROM ruby:$RUBY_VERSION-slim-bookworm
55

0 commit comments

Comments
 (0)