Skip to content

Commit

Permalink
Bump Ruby to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barton2526 committed Feb 7, 2024
1 parent a37be48 commit e7b1f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Ruby 3.0
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.1'

- name: Install Bundle Dependencies
run: bundle install
Expand Down

0 comments on commit e7b1f65

Please sign in to comment.