We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfe6da commit 15a2990Copy full SHA for 15a2990
.github/workflows/test.yml
@@ -11,10 +11,10 @@ jobs:
11
name: Ruby
12
runs-on: [ ubuntu-latest ]
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
- uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: 2.6 # Not needed with a .ruby-version file
+ ruby-version: 4.0.1 # Not needed with a .ruby-version file
18
- name: Testing
19
run: |
20
make
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3-slim
+FROM ruby:4-slim
2
3
# throw errors if Gemfile has been modified since Gemfile.lock
4
RUN bundle config --global frozen 1
0 commit comments