Drop support for Ruby 2.3 and 2.4 (#1366)

Signed-off-By: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
Matthew Peveler
2021-01-14 08:37:51 -05:00
parent a1e14a5750
commit 72f91e286f

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7]
ruby-version: [2.5, 2.6, 2.7]
steps:
- uses: actions/checkout@v2