mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-25 14:47:43 +00:00
ci: update rubies
This commit is contained in:
parent
7f2ccca650
commit
511efd15c9
1 changed files with 10 additions and 10 deletions
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
|
|
@ -17,9 +17,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby:
|
ruby:
|
||||||
- 3.0.0
|
- 3.0.2
|
||||||
- 2.7.2
|
- 2.7.4
|
||||||
- 2.6.6
|
- 2.6.8
|
||||||
- 2.5.8
|
- 2.5.8
|
||||||
gemfile:
|
gemfile:
|
||||||
- rack_2
|
- rack_2
|
||||||
|
|
@ -38,19 +38,19 @@ jobs:
|
||||||
- active_support_redis_store
|
- active_support_redis_store
|
||||||
exclude:
|
exclude:
|
||||||
- gemfile: rack_1
|
- gemfile: rack_1
|
||||||
ruby: 3.0.0
|
ruby: 3.0.2
|
||||||
- gemfile: rails_5_2
|
- gemfile: rails_5_2
|
||||||
ruby: 3.0.0
|
ruby: 3.0.2
|
||||||
- gemfile: rails_4_2
|
- gemfile: rails_4_2
|
||||||
ruby: 3.0.0
|
ruby: 3.0.2
|
||||||
- gemfile: dalli2
|
- gemfile: dalli2
|
||||||
ruby: 3.0.0
|
ruby: 3.0.2
|
||||||
- gemfile: connection_pool_dalli
|
- gemfile: connection_pool_dalli
|
||||||
ruby: 3.0.0
|
ruby: 3.0.2
|
||||||
- gemfile: rack_1
|
- gemfile: rack_1
|
||||||
ruby: 2.7.2
|
ruby: 2.7.4
|
||||||
- gemfile: rails_4_2
|
- gemfile: rails_4_2
|
||||||
ruby: 2.7.2
|
ruby: 2.7.4
|
||||||
env:
|
env:
|
||||||
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
|
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue