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:
matrix:
ruby:
- 3.0.2
- 2.7.4
- 2.6.8
- 3.0.3
- 2.7.5
- 2.6.9
- 2.5.8
gemfile:
- rack_2
@ -39,17 +39,17 @@ jobs:
- active_support_redis_store
exclude:
- gemfile: rack_1
ruby: 3.0.2
ruby: 3.0.3
- gemfile: rails_5_2
ruby: 3.0.2
ruby: 3.0.3
- gemfile: rails_4_2
ruby: 3.0.2
ruby: 3.0.3
- gemfile: dalli2
ruby: 3.0.2
ruby: 3.0.3
- gemfile: rack_1
ruby: 2.7.4
ruby: 2.7.5
- gemfile: rails_4_2
ruby: 2.7.4
ruby: 2.7.5
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps: