diff options
| author | Can Eldem <eldemcan@users.noreply.github.com> | 2020-04-12 19:57:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-12 19:57:26 +0100 |
| commit | 3231eef6a92a91ef0fed138fdc181e053b68f7a0 (patch) | |
| tree | 625d2f46f83f2a8f35692efc05649fc32a4f97b7 /.github/workflows | |
| parent | 8058fcbc134c1dee1b94962bdcaa9e62d830d54f (diff) | |
| parent | 8000c96bc5fac44cd56097c18c4b8667f9267ee0 (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.yml | 2 |
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 |
