Skip to content

Commit

Permalink
Set fail-fast: false so all Rubies are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jan 4, 2024
1 parent b9d61b6 commit e940641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
name: "RSpec / Ruby ${{ matrix.ruby }}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
steps:
Expand Down

0 comments on commit e940641

Please # to comment.