Skip to content

Commit

Permalink
Use Ruby 3 to run CI
Browse files Browse the repository at this point in the history
Using unqualified 3 means just use the latest released version.
  • Loading branch information
ekohl committed Aug 16, 2024
1 parent e33fa09 commit 7d619de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3'
bundler-cache: true
- name: Run tests
run: bundle exec rake build

0 comments on commit 7d619de

Please sign in to comment.