Skip to content

Commit

Permalink
Prevent CI matrix failure to stop all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Mar 20, 2024
1 parent 4644e3d commit 1fce781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: [2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1fce781

Please sign in to comment.