mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
ci: update rubies
This commit is contained in:
parent
e31488aeba
commit
7bcd3b1529
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue