diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-15 12:26:00 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-15 12:26:00 -0600 |
| commit | 9636302c176b0ad647c88bf99f1b05426593c474 (patch) | |
| tree | 6d5696e4ab19b7539deaeeea1de943f35402dcef /.github/workflows/ci.yml | |
| parent | bf4c221d5924d32a1c3659fa85926832a5a445d1 (diff) | |
Drop ruby 2.4
Diffstat (limited to '.github/workflows/ci.yml')
| -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 0be1908..5df3da6 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 |
