Remove support for ruby 2.4, which is no longer supported upstream

This commit is contained in:
Dylan Thacker-Smith
2020-10-08 09:47:42 -04:00
parent e781449c36
commit e495f75cc2
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ jobs:
strategy:
matrix:
entry:
- { ruby: 2.4, allowed-failure: false }
- { ruby: 2.5, allowed-failure: false }
- { ruby: 2.6, allowed-failure: false }
- { ruby: 2.7, allowed-failure: false }