Skip to content

Commit

Permalink
Merge pull request #60 from chaps-io/github-actions-ruby
Browse files Browse the repository at this point in the history
Test more rubies
  • Loading branch information
pokonski authored May 8, 2024
2 parents f4ade30 + c542bf9 commit 7e037c9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see /~https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@4d8ce7b87dee9ec155fc224fdfc9e9f829326090
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 7e037c9

Please sign in to comment.