Skip to content

Commit

Permalink
Merge pull request #416 from barton2526/master
Browse files Browse the repository at this point in the history
Bump Ruby to 3.1
  • Loading branch information
barton2526 authored Feb 12, 2024
2 parents 7d48378 + e7b1f65 commit 6c869c6
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 6c869c6

Please sign in to comment.