From 7a0294df9edbbf64eb363e94e1cba2302bcf9f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Svensson?= Date: Wed, 27 Jul 2022 12:32:34 +0200 Subject: [PATCH] Lift redis and otp versions in ci --- .github/workflows/ci.yml | 3 +++ .github/workflows/redis_compability.yml | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e41c6c..f46fbf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/redis_compability.yml b/.github/workflows/redis_compability.yml index 3686549..8f70bda 100644 --- a/.github/workflows/redis_compability.yml +++ b/.github/workflows/redis_compability.yml @@ -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: