From 896d41f64bab812c2a28b84aa6a89f4e0d137b4f Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Mon, 8 Jan 2024 17:29:13 +0100 Subject: [PATCH] Test installation on Windows against Ruby 3.3 This job tests the version without the precompiled assets on Windows. I missed that https://github.com/rails-sqlserver/tiny_tds/pull/548 did not contain it, so this commits adds it in retrospective. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 171d0d6d..1be1acab 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -406,3 +406,4 @@ workflows: - '3.0' - '3.1' - '3.2' + - '3.3'