mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-13 08:50:31 +08:00
Drop support for Ruby 2.3 and 2.4 (#1366)
Signed-off-By: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user