mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Add latest ruby and rails
This commit is contained in:
parent
16e40bfcf3
commit
7bec6af5bf
6
.github/workflows/ruby.yml
vendored
6
.github/workflows/ruby.yml
vendored
@ -11,15 +11,15 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: [2.6, 2.7, truffleruby-head]
|
||||
rails: [5.2.4.4, 6.0.3.4]
|
||||
ruby: [2.6, 2.7, 3.0, 3.1, truffleruby-head]
|
||||
rails: [5.2.6, 6.1.4.4, 7.0.1]
|
||||
env:
|
||||
RAILS_VERSION: ${{ matrix.rails }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with: { ruby-version: 2.6 }
|
||||
with: { ruby-version: 2.7 }
|
||||
|
||||
- uses: actions/cache@v2
|
||||
id: cache
|
||||
|
||||
Loading…
Reference in New Issue
Block a user