From 6afd9ad3c4fb4f6f8ebd296baa9bca7af27850a7 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 24 Oct 2023 23:07:05 +1300 Subject: [PATCH] Don't bother testing on Ruby 2.2 as it's failing and way EOL. --- .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 686ce19..885a697 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ ubuntu-20.04 ] rack: [ '~> 2.0', '~> 3.0' ] - ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2 ] + ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2 ] gemfile: [ Gemfile ] exclude: # Rack 3 needs >= Ruby 2.4