mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
fix matrix syntax
This commit is contained in:
parent
4c06f95a68
commit
04059808d5
5
.github/workflows/ruby.yml
vendored
5
.github/workflows/ruby.yml
vendored
@ -17,8 +17,9 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
ruby: [2.6, 2.7]
|
||||
rails: [5.2.4.4, 6.0.3.4]
|
||||
matrix:
|
||||
ruby: [2.6, 2.7]
|
||||
rails: [5.2.4.4, 6.0.3.4]
|
||||
env:
|
||||
RAILS_VERSION: ${{ matrix.rails }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user