From 91c4519eef8544e8392c80ac856704bd284577ff Mon Sep 17 00:00:00 2001 From: Damir Svrtan Date: Sun, 12 Nov 2023 22:35:09 -0800 Subject: [PATCH] Remove Github Actions for Ruby 2.4 as well due to issues with builds --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index f8b7cc5..b529b9f 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.4.0','2.5.0','2.6.0','2.7.0','3.0.0','3.1.0','3.2.0'] + ruby-version: ['2.5.0','2.6.0','2.7.0','3.0.0','3.1.0','3.2.0'] steps: - uses: actions/checkout@v3