1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Add Ruby 3.0 to CI

This commit is contained in:
Masafumi Koba 2021-11-04 22:44:19 +09:00
parent a62d36b3f8
commit 86c01db14f
No known key found for this signature in database
GPG key ID: 47E05B381BF77D33

View file

@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
ruby: [2.5, 2.6, 2.7, head, debug, truffleruby, truffleruby-head]
ruby: [2.5, 2.6, 2.7, '3.0', head, debug, truffleruby, truffleruby-head]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby