Skip to content

Commit 661564d

Browse files
committed
Add exclusion for Rails 7.0 + Ruby 2.3
1 parent 70de2e5 commit 661564d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/active_model_otp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- { gemfile: rails_6.1, ruby-version: 3.0 }
4747
- { gemfile: rails_6.1, ruby-version: 3.1 }
4848
- { gemfile: rails_6.1, ruby-version: 3.2 }
49+
- { gemfile: rails_7.0, ruby-version: 2.3 }
4950
- { gemfile: rails_7.0, ruby-version: 2.4 }
5051
- { gemfile: rails_7.0, ruby-version: 2.5 }
5152
- { gemfile: rails_7.0, ruby-version: 2.6 }

0 commit comments

Comments
 (0)