Skip to content

Commit bf6248a

Browse files
authored
Latest ruby versions (#1387)
1 parent 0aa393f commit bf6248a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
ruby:
24-
- 3.4.7
25-
- 3.3.9
24+
- 4.0.5
25+
- 3.4.9
26+
- 3.3.11
2627

2728
steps:
2829
- name: Checkout code
@@ -46,7 +47,7 @@ jobs:
4647
fail-fast: false
4748
matrix:
4849
ruby:
49-
- 3.4.1
50+
- 4.0.5
5051

5152
steps:
5253
- name: Checkout code

test/cases/migration_test_sqlserver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class MigrationTestSQLServer < ActiveRecord::TestCase
4747

4848
it "not drop the default constraint if just renaming" do
4949
find_default = lambda do
50-
connection.execute_procedure(:sp_helpconstraint, "sst_string_defaults", "nomsg").reverse.find do |row|
50+
connection.execute_procedure(:sp_helpconstraint, "sst_string_defaults", "nomsg").reverse.find do |row| # standard:disable Style/ReverseFind
5151
row["constraint_type"] == "DEFAULT on column string_with_pretend_paren_three"
5252
end
5353
end

0 commit comments

Comments
 (0)