Drop support for Ruby 2.6 and 2.7

This commit is contained in:
Andy Waite
2022-05-18 15:20:37 -04:00
parent 05d768c6ab
commit f8c7002d2c
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
entry:
- { ruby: 2.5, allowed-failure: false } # minimum supported
- { ruby: 2.7, allowed-failure: false } # minimum supported
- { ruby: 3.1, allowed-failure: false } # latest
- { ruby: ruby-head, allowed-failure: true }
name: test (${{ matrix.entry.ruby }})