Skip to content

Commit 370f9cd

Browse files
committed
Add fail fast correclty
1 parent a36d73d commit 370f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
runs-on: ubuntu-latest
2020
strategy:
21-
fail_fast: false
21+
fail-fast: false
2222
matrix:
2323
ruby-version: ['2.7', '3.1', '3.2']
2424
gemfile: [ rails_6.1, rails_7.0 ]

0 commit comments

Comments
 (0)