Skip to content

Commit

Permalink
Updating test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhogan committed Jun 2, 2023
1 parent aba7b4a commit 77c9720
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [macos]
ruby-version: [head, 3.0, 2.7, 2.5]
os: [ubuntu-latest, macos-latest]
ruby-version: [head, 3.2, 3.1, 3.0, 2.7, 2.5]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- run: bundle install
bundler-cache: true
- run: bundle exec rake test

0 comments on commit 77c9720

Please sign in to comment.