Skip to content

Commit

Permalink
update to Ruby 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredrickson committed Dec 18, 2023
1 parent 197828b commit 3c675f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
ruby-version: 3.1.4
bundler-cache: true

general_tests:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
ruby-version: 3.1.4
bundler-cache: true

- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.4

0 comments on commit 3c675f8

Please sign in to comment.