Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt authored May 30, 2024
1 parent 3a8847e commit 254e995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Ruby 3.1
- name: Set up Ruby 3.3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.3.1
- name: Bundle
run: |
gem install bundler
Expand Down

0 comments on commit 254e995

Please sign in to comment.