From af69335e3e9211236f0be7828a884d0238274fe0 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Thu, 29 Aug 2024 03:22:31 +0200 Subject: [PATCH] Disable tests on Ruby head for now (uninitialized constant URI::REGEXP in carrierwave) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf83433..4f4b90c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - '3.3' - '3.2' - '3.1' - - 'head' + # - 'head' rails: - rails_7.2.0 - rails_7.1.3