Skip to content

Commit

Permalink
wider test set
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxraven committed Aug 19, 2024
1 parent 45ce5fe commit 6cd37a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- "3.3"
resque-version:
# - "master"
# - "~> 2.6"
- "~> 2.6"
- "~> 1.27"
rufus-scheduler:
# - "~> 3.6.0"
Expand All @@ -46,10 +46,11 @@ jobs:
redis-version:
- "~> 3.3"
- "~> 4.8"
# - "~> 5.2"
- "~> 5.2"
exclude:
# redis 5 / resque 1 don't get along
- resque-version: "~> 1.27"
redis-version: "~> 5.x"
redis-version: "~> 5.2"
env:
REDIS_VERSION: "${{ matrix.redis-version }}"
RESQUE: "${{ matrix.resque-version }}"
Expand Down

0 comments on commit 6cd37a1

Please sign in to comment.