Skip to content

Commit

Permalink
actions: Switch to Ruby 3.4.1
Browse files Browse the repository at this point in the history
I broke the build after updating the Gemfile
  • Loading branch information
gaffneyc committed Jan 16, 2025
1 parent eb364cc commit aa1cd2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
RUBYOPT: --enable=frozen-string-literal

steps:
- uses: actions/checkout@master
- name: Set up Ruby 3.1.1
- uses: actions/checkout@v4
- name: Set up Ruby 3.4.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.1
ruby-version: 3.4.1
bundler-cache: true

- name: Run Standard
Expand Down

0 comments on commit aa1cd2f

Please sign in to comment.