mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
Compare commits
1 Commits
dependabot
...
feature/la
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||
|
||||
Reference in New Issue
Block a user