summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorcan eldem <eldemcan@gmail.com>2020-04-12 17:13:01 +0100
committercan eldem <eldemcan@gmail.com>2020-04-12 19:56:44 +0100
commit8000c96bc5fac44cd56097c18c4b8667f9267ee0 (patch)
treee182ea6e918e52a56a764dffacb2131b9ce27ee3 /.github/workflows/ci.yml
parentea60a6a21bdc3a9f96fa76c8f35e1334dde8de9c (diff)
Ruby 2.4 is eol
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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