ci: update rubies

This commit is contained in:
Gonzalo 2021-12-15 11:59:10 -03:00
parent e31488aeba
commit 7bcd3b1529
No known key found for this signature in database
GPG key ID: 319EB6E3DB0D60FA

View file

@ -17,9 +17,9 @@ jobs:
strategy: strategy:
matrix: matrix:
ruby: ruby:
- 3.0.2 - 3.0.3
- 2.7.4 - 2.7.5
- 2.6.8 - 2.6.9
- 2.5.8 - 2.5.8
gemfile: gemfile:
- rack_2 - rack_2
@ -39,17 +39,17 @@ jobs:
- active_support_redis_store - active_support_redis_store
exclude: exclude:
- gemfile: rack_1 - gemfile: rack_1
ruby: 3.0.2 ruby: 3.0.3
- gemfile: rails_5_2 - gemfile: rails_5_2
ruby: 3.0.2 ruby: 3.0.3
- gemfile: rails_4_2 - gemfile: rails_4_2
ruby: 3.0.2 ruby: 3.0.3
- gemfile: dalli2 - gemfile: dalli2
ruby: 3.0.2 ruby: 3.0.3
- gemfile: rack_1 - gemfile: rack_1
ruby: 2.7.4 ruby: 2.7.5
- gemfile: rails_4_2 - gemfile: rails_4_2
ruby: 2.7.4 ruby: 2.7.5
env: env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps: steps: