From 41ec8772d2f9848648fd6e327e1d8e6797b9d630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 20 Jun 2023 10:27:50 +0200 Subject: [PATCH 1/2] Add Ruby 3.2 to the CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dea56c..920c31b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - "2.7" - "3.0" - "3.1" + - "3.2" - "ruby-head" steps: - uses: actions/checkout@v3 From 17e4c607c97e1e82e89831a34cb8946428675148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 20 Jun 2023 10:29:09 +0200 Subject: [PATCH 2/2] Remove Ruby 2.2 from the CI Bundler started segfaulting in github actions, making this ruby version impossible to test --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 920c31b..5f4cee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: ruby: - "2.0" - "2.1" - - "2.2" - "2.3" - "2.4" - "2.5"