Skip to content

Commit

Permalink
Lift redis and otp versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Jul 27, 2022
1 parent af7a255 commit 7a0294d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
strategy:
matrix:
include: # See https://www.erlang-solutions.com/downloads/
- otp-version: 25.0.3
platform: ubuntu-20.04
lsb_release: focal
- otp-version: 24.3.3
platform: ubuntu-20.04
lsb_release: focal
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/redis_compability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
fail-fast: false
matrix:
include:
- redis-version: 7.0.0
- redis-version: 7.0.4
test-target: ct
- redis-version: 6.2.6
- redis-version: 6.2.7
test-target: ct
- redis-version: 6.0.9
- redis-version: 6.0.16
test-target: ct
- redis-version: 5.0.10
- redis-version: 5.0.14
test-target: ct-tcp
- redis-version: 4.0.14
test-target: ct-tcp
- redis-version: 3.2.7
- redis-version: 3.2.12
test-target: ct-tcp
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 7a0294d

Please sign in to comment.