Test Ruby 3.1 in CI (#1533)

Co-authored-by: Dylan Thacker-Smith <[email protected]>
This commit is contained in:
Peter Goldstein
2022-03-04 13:23:04 -05:00
committed by GitHub
co-authored by Dylan Thacker-Smith
parent 5ed0410a8b
commit 10f8337209
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
matrix:
entry:
- { ruby: 2.5, allowed-failure: false } # minimum supported
- { ruby: 3.0, allowed-failure: false } # latest
- { ruby: 3.1, allowed-failure: false } # latest
- { ruby: ruby-head, allowed-failure: true }
name: test (${{ matrix.entry.ruby }})
steps: