Skip to content

Commit

Permalink
Fix exclusions for Rails 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Apr 26, 2023
1 parent e68daee commit 70de2e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/active_model_otp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- { gemfile: rails_5.1, ruby-version: 3.0 }
- { gemfile: rails_5.1, ruby-version: 3.1 }
- { gemfile: rails_5.1, ruby-version: 3.2 }
- { gemfile: rails_5.1, ruby-version: 2.7 }
- { gemfile: rails_5.1, ruby-version: 3.0 }
- { gemfile: rails_5.1, ruby-version: 3.1 }
- { gemfile: rails_5.1, ruby-version: 3.2 }
- { gemfile: rails_5.2, ruby-version: 2.7 }
- { gemfile: rails_5.2, ruby-version: 3.0 }
- { gemfile: rails_5.2, ruby-version: 3.1 }
- { gemfile: rails_5.2, ruby-version: 3.2 }
- { gemfile: rails_6.0, ruby-version: 2.3 }
- { gemfile: rails_6.0, ruby-version: 2.4 }
- { gemfile: rails_6.0, ruby-version: 3.0 }
Expand Down

0 comments on commit 70de2e5

Please sign in to comment.