summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCan Eldem <eldemcan@users.noreply.github.com>2020-04-12 19:57:26 +0100
committerGitHub <noreply@github.com>2020-04-12 19:57:26 +0100
commit3231eef6a92a91ef0fed138fdc181e053b68f7a0 (patch)
tree625d2f46f83f2a8f35692efc05649fc32a4f97b7 /.github/workflows
parent8058fcbc134c1dee1b94962bdcaa9e62d830d54f (diff)
parent8000c96bc5fac44cd56097c18c4b8667f9267ee0 (diff)
Merge pull request #11 from mokhan/ruby-2.4-deprecation
Ruby 2.4 is eol
Diffstat (limited to '.github/workflows')
-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