CI: Test with ruby 3.0 as the latest ruby version

This commit is contained in:
Dylan Thacker-Smith
2021-02-10 08:37:16 -05:00
parent 3c499d0241
commit cc08579185
2 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -6,9 +6,8 @@ jobs:
strategy:
matrix:
entry:
- { ruby: 2.5, allowed-failure: false }
- { ruby: 2.6, allowed-failure: false }
- { ruby: 2.7, allowed-failure: false }
- { ruby: 2.5, allowed-failure: false } # minimum supported
- { ruby: 3.0, allowed-failure: false } # latest
- { ruby: ruby-head, allowed-failure: true }
name: test (${{ matrix.entry.ruby }})
steps: