Skip to content

Commit

Permalink
Use ruby 3.3 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
bencomp committed Aug 19, 2024
1 parent f5b2a84 commit 6241927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.3'
bundler-cache: true

# Standard usage
Expand Down

0 comments on commit 6241927

Please sign in to comment.