From 8000c96bc5fac44cd56097c18c4b8667f9267ee0 Mon Sep 17 00:00:00 2001 From: can eldem Date: Sun, 12 Apr 2020 17:13:01 +0100 Subject: Ruby 2.4 is eol --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cf88f3..1ea78c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '2.4', '2.5', '2.6', '2.7' ] + ruby: [ '2.5', '2.6', '2.7' ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 -- cgit v1.2.3