1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

chore(ci): add ruby 3.1

This commit is contained in:
Johannes Würbach 2022-01-04 11:19:35 +01:00 committed by Jordan Owens
parent 1559a20b06
commit 60e2219407

View file

@ -15,7 +15,7 @@ jobs:
matrix: matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
# TODO: Add jruby if something like allow_failures will be implemented on Actions. # TODO: Add jruby if something like allow_failures will be implemented on Actions.
ruby: [2.6, 2.7, '3.0'] ruby: [2.6, 2.7, '3.0', 3.1]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1