diff options
| author | mo khan <mo@mokhan.ca> | 2021-06-05 14:01:08 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-06-05 14:01:08 -0600 |
| commit | 9230443c5339122a7f04ea0b68d198894aa897ee (patch) | |
| tree | edebf34d5f640c4e9d7fa747ec78c86910bc106c /.github | |
| parent | dc7ea719adbf2e90753cb92be76e21cddc916557 (diff) | |
chore: drop support for Ruby 2.5
Diffstat (limited to '.github')
| -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 cbfe276..baca5cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.5', '2.6', '2.7', '3.0'] + ruby: ['2.6', '2.7', '3.0'] steps: - uses: actions/checkout@v2 with: |
