We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce32333 commit b127b73Copy full SHA for b127b73
.github/workflows/ci.yml
@@ -21,9 +21,9 @@ jobs:
21
fail-fast: false
22
matrix:
23
ruby:
24
- - 3.4.1
25
- - 3.3.6
26
- - 3.2.6
+ - 3.4.7
+ - 3.3.9
+ - 3.2.9
27
28
steps:
29
- name: Checkout code
test/cases/helper_sqlserver.rb
@@ -17,6 +17,9 @@
17
require "mocha/minitest"
18
19
Minitest.after_run do
20
+ puts "\n\n"
+ puts "=" * 80
+ puts "Ruby Version: #{RUBY_VERSION}p#{RUBY_PATCHLEVEL} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
puts "\n\n"
puts "=" * 80
puts ActiveRecord::Base.lease_connection.send(:sqlserver_version)
0 commit comments