Commit dde2b26d by Mathieu Jobin

env matrix does not set env vars

parent 16aa715a
...@@ -21,21 +21,22 @@ jobs: ...@@ -21,21 +21,22 @@ jobs:
- 2.6 - 2.6
- 2.5 - 2.5
- jruby-9.2.8.0 - jruby-9.2.8.0
env: rails:
- RAILS='~> 4.2.0' SQLITE_VERSION='~> 1.3.6' - '~> 4.2.0'
- RAILS='~> 5.0.0' SQLITE_VERSION='~> 1.3.6' - '~> 5.0.0'
- RAILS='~> 5.1.0' - '~> 5.1.0'
- RAILS='~> 5.2.0' - '~> 5.2.0'
- RAILS='~> 6.1.0' - '~> 6.1.0'
- RAILS='~> 7.0.0.alpha2' - '~> 7.0.0.alpha2'
- RAILS='edge' - 'edge'
exclude: exclude:
# Rails edge is now 7.x and requires ruby 2.7 # Rails edge is now 7.x and requires ruby 2.7
- env: RAILS='edge' - rails: 'edge'
ruby: 2.6 ruby: 2.6
- env: RAILS='edge' - rails: 'edge'
ruby: 2.5 ruby: 2.5
env:
RAILS: ${{ matrix.rails }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment