Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 17, 2024
1 parent d134d9e commit bb5d671
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sentry_rails_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ jobs:
- { ruby_version: "2.7", rails_version: 5.2.0 }
- { ruby_version: "2.7", rails_version: 6.0.0 }
- { ruby_version: "2.7", rails_version: 6.1.0 }
- { ruby_version: "3.1", rails_version: 7.2.0 }
- { ruby_version: "3.2", rails_version: 7.2.0 }
- { ruby_version: "3.3", rails_version: 7.2.0 }
- { ruby_version: "3.1", rails_version: 7.2 }
- { ruby_version: "3.2", rails_version: 7.2 }
- { ruby_version: "3.3", rails_version: 7.2 }
- { ruby_version: "jruby", rails_version: 6.1.0 }
- {
ruby_version: "3.2",
rails_version: 7.1.0,
rails_version: 7.2,
options:
{
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal",
},
}
- {
ruby_version: "3.2",
rails_version: 7.1.0,
rails_version: 7.2,
options: { codecov: 1 },
}
steps:
Expand Down

0 comments on commit bb5d671

Please sign in to comment.