From 7e4946c0aedfab3163cbef7b661683e8a00a9784 Mon Sep 17 00:00:00 2001 From: Nikita Fedyashev Date: Mon, 26 Aug 2024 13:14:29 +0300 Subject: [PATCH] Update ci.yml - drop 1.9 Ruby version support --- .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 0073c34..a906cb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest] # TODO restore 2.2 once RubyGems issue is resolved? - ruby: ['1.9', '2.0', '2.1', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head] + ruby: ['2.0', '2.1', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head] runs-on: ${{ matrix.os }} env: BUNDLE_WITHOUT: development