diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-17 17:17:58 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-17 17:17:58 -0600 |
| commit | 1cc1226779c836efd8f791ea8e5fc6428c3bae89 (patch) | |
| tree | ff1d1d12c38132ee52b327126ca10db1a7ad9658 /.github/workflows/ci.yml | |
| parent | c425caefb187abade987fa753fa1644ecf034515 (diff) | |
Bring back 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 1ea78c9..0cf88f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '2.5', '2.6', '2.7' ] + ruby: [ '2.4', '2.5', '2.6', '2.7' ] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 |
