Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Oct 5, 2022
1 parent 02fc716 commit 6aff6d6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
strategy:
fail-fast: false
matrix:
redis-version: ">= 5"
redis-version: ["~> 4.2", "~> 5"]
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1']
include:
- redis-version: "< 5"
ruby-version: "2.5"
services:
redis:
image: redis
ports:
- 6379:6379
env:
REDIS_URL: redis://redis
REDIS_VERSION: "${{ matrix.redis-version }}"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6aff6d6

Please sign in to comment.