Skip to content

Commit

Permalink
remove compatible configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
sairamsrinivasan committed Jul 4, 2024
1 parent a6bc828 commit b5462d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
exclude:
# Exclude incompatible combinations
- { ruby: "2.6", gemfile: "mongoid_9" }
- { ruby: "2.6", gemfile: "mongoid_8" }
- { ruby: "2.6", gemfile: "mongoid_7", mongodb: "4.0" }
- { ruby: "2.6", gemfile: "mongoid_7", mongodb: "4.2" }
- { ruby: "2.6", gemfile: "mongoid_7", mongodb: "4.4" }
Expand All @@ -33,8 +32,6 @@ jobs:
- { ruby: "2.6", gemfile: "mongoid_8", mongodb: "5.0" }
- { ruby: "2.6", gemfile: "mongoid_8", mongodb: "6.0" }
- { ruby: "2.6", gemfile: "mongoid_8", mongodb: "7.0" }
- { ruby: "2.7", gemfile: "mongoid_9" }
- { ruby: "3.0", gemfile: "mongoid_9" }
- { ruby: "3.1", gemfile: "mongoid_3" }
- { ruby: "3.1", gemfile: "mongoid_4" }
- { ruby: "3.1", gemfile: "mongoid_5" }
Expand Down

0 comments on commit b5462d7

Please sign in to comment.