We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7518e6c + 749c525 commit 4b5b7fdCopy full SHA for 4b5b7fd
.github/workflows/build.yml
@@ -18,6 +18,7 @@ jobs:
18
- "3.1"
19
- "3.2"
20
- "3.3"
21
+ - "3.4"
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Ruby ${{ matrix.ruby-version }}
Dockerfile
@@ -1,5 +1,5 @@
1
# https://hub.docker.com/_/ruby
2
-ARG RUBY_VERSION=3.3
+ARG RUBY_VERSION=3.4
3
4
FROM ruby:$RUBY_VERSION-slim-bookworm
5
0 commit comments