Skip to content

Commit 8d0c17f

Browse files
committed
github: add Ruby 3.4 for CI
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent ba809e7 commit 8d0c17f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/docker/Dockerfile.ruby34

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM ruby:3.4
2+
3+
WORKDIR /usr/local/src
4+
5+
COPY . .
6+
RUN bundle install -j4 -r3
7+
RUN bundle exec rake test TESTOPTS="-v"

0 commit comments

Comments
 (0)