Skip to content

Commit

Permalink
remove ruby version from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Sep 5, 2024
1 parent b569907 commit 354d6af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes
ruby: ['3.3']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
ruby-version: 3.3
bundler-cache: true
- run: bundle exec rspec -f d

0 comments on commit 354d6af

Please sign in to comment.