From a302119cd731ab490f321abfa7a2f9b168ad55cf Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Wed, 2 Sep 2020 11:29:33 +0200 Subject: [PATCH] Last release with 2.3 Prepare to remove 2.3. Some depds already no longer support it. This version will support it (without tests), then I'll prepare for a major bump and 2.3 removal. --- .github/workflows/tests.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9515000d..2de90583 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: ruby-version: - - "2.3" + # - "2.3" - "2.4" - "2.5" - "2.6" diff --git a/.travis.yml b/.travis.yml index 7a0526a7..30f78e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby rvm: - - 2.3 + # - 2.3 - 2.4 - 2.5 - 2.6