Skip to content

Commit 338200d

Browse files
BuonOmorafiss
authored andcommitted
chore(ci): update CRDB matrix
1 parent ef367dd commit 338200d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
# https://www.cockroachlabs.com/docs/releases/release-support-policy
43-
crdb: [v23.2, v24.1, v24.3, v25.1]
43+
crdb: [v24.1, v24.3, v25.1, v25.2]
4444
ruby: ["3.4"]
4545
name: Test (crdb=${{ matrix.crdb }} ruby=${{ matrix.ruby }})
4646
steps:

test/cases/fixtures_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@ def before_setup
4343
parrots_pirates_redefine
4444
parrots_treasures_redefine
4545
end
46+
ensure
47+
super
4648
end
4749

4850
def teardown
4951
Arel::Table.engine = ActiveRecord::Base
52+
ensure
53+
super
5054
end
5155

5256
# This replaces the same test that's been excluded from

0 commit comments

Comments
 (0)