Skip to content

Commit b127b73

Browse files
committed
Update Rubies in CI
1 parent ce32333 commit b127b73

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
ruby:
24-
- 3.4.1
25-
- 3.3.6
26-
- 3.2.6
24+
- 3.4.7
25+
- 3.3.9
26+
- 3.2.9
2727

2828
steps:
2929
- name: Checkout code

test/cases/helper_sqlserver.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
require "mocha/minitest"
1818

1919
Minitest.after_run do
20+
puts "\n\n"
21+
puts "=" * 80
22+
puts "Ruby Version: #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
2023
puts "\n\n"
2124
puts "=" * 80
2225
puts ActiveRecord::Base.lease_connection.send(:sqlserver_version)

0 commit comments

Comments
 (0)