Skip to content

Commit

Permalink
Correct dependency specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lleirborras committed Oct 17, 2023
1 parent 2be63d6 commit e34353a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
ruby: ['2.1.9', '2.2.10', '2.3.8' ]
include:
- ruby: '2.1.9'
rack_version: '1'
redis_rb_version: '3'
rack_version: '1.6.13'
redis_rb_version: '3.3.5'
- ruby: '2.2.10'
rack_version: '2.2'
redis_rb_version: '4'
rack_version: '2.1.4.3'
redis_rb_version: '4.1.1'
- ruby: '2.3.8'
rack_version: '2.2'
redis_rb_version: '4'
rack_version: '2.2.8'
redis_rb_version: '4.4.0'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e34353a

Please sign in to comment.