Skip to content

Commit 56f876e

Browse files
committed
Don't let ruby workflow fail fast
1 parent debe759 commit 56f876e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
1718

0 commit comments

Comments
 (0)