Skip to content

Commit

Permalink
Exclude incompatible Rails 7 - Ruby 3.4 tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Jan 6, 2025
1 parent 1e00fe6 commit b0ef2b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
exclude:
- ruby: "3.1"
rails: "main"
- ruby: "3.4"
rails: "7.0"
include:
- rails: "main"
experimental: true
Expand Down

0 comments on commit b0ef2b0

Please sign in to comment.