Skip to content

Commit

Permalink
Upgrade to Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamineskola committed Jun 6, 2024
1 parent d9c7985 commit 7cad35e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"

- name: Setup gem cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion docker/ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0-bullseye
FROM ruby:3.2-bullseye

ENV BUNDLE_PATH=/bundle

Expand Down

0 comments on commit 7cad35e

Please sign in to comment.