Skip to content

Commit

Permalink
Merge pull request #3737 from sul-dlss/ruby33
Browse files Browse the repository at this point in the history
Test on ruby 3.3
  • Loading branch information
corylown authored Jan 17, 2024
2 parents d13a847 + a46a21e commit 5db3a79
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.2']
ruby: ['3.2', '3.3']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-202103-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-202103
bundler-cache: true
- name: Bundle install
run: |
bundle config path vendor/bundle
Expand Down

0 comments on commit 5db3a79

Please sign in to comment.