From e9b1aff25473f8ee5e1dc75adc59c29c0ad79cf3 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:19:59 -0300 Subject: [PATCH 1/4] ci: updates elixir/otp tested versions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec52003..d91e618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: fail-fast: false matrix: include: - - elixir_version: 1.15.4 - otp_version: 26.0.2 + - elixir_version: 1.16.0 + otp_version: 26.2.1 lint: true - - elixir_version: 1.14.5 - otp_version: 25.3.2.5 + - elixir_version: 1.15.7 + otp_version: 25.3.2.8 steps: - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 From ac8c107c8631c5160a05064b7f1b300b3ac089fc Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:50:01 -0300 Subject: [PATCH 2/4] bump latest 1.16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d91e618..3ca78e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: include: - - elixir_version: 1.16.0 + - elixir_version: 1.16.1 otp_version: 26.2.1 lint: true - elixir_version: 1.15.7 From 4eb497ba92ee1c38a9e5b4504f76827a0a2dac27 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:21:20 -0300 Subject: [PATCH 3/4] update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ca78e6..d9672f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: matrix: include: - elixir_version: 1.16.1 - otp_version: 26.2.1 + otp_version: 26.2.2 lint: true - elixir_version: 1.15.7 - otp_version: 25.3.2.8 + otp_version: 25.3.2.9 steps: - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 From 5a41791a67cae592991d675bf2ca43abc63c134b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 22 Feb 2024 14:33:05 +0100 Subject: [PATCH 4/4] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9672f5..0d928c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: - elixir_version: 1.16.1 otp_version: 26.2.2 lint: true - - elixir_version: 1.15.7 - otp_version: 25.3.2.9 + - elixir_version: 1.14.5 + otp_version: 25.3.2.5 steps: - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1