From e407b5471082def8ca8476499f66d1d36b69756e Mon Sep 17 00:00:00 2001 From: Yuri Pereira Constante Date: Wed, 5 Jun 2024 22:30:58 -0300 Subject: [PATCH 1/2] Add Elixir 1.16 and Elixir 1.17 to CI --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4d6b32f..6a4911db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,6 +112,12 @@ jobs: - elixir: 1.15.x otp: 25.x os: ubuntu-20.04 + - elixir: 1.16.x + otp: 25.x + os: ubuntu-20.04 + - elixir: 1.17.0-rc.1 + otp: 25.x + os: ubuntu-20.04 # Something changed in otp 26 for seed and single test started producing failures # it does not affect functionality, only CI # - elixir: 1.15.x From 2dc7d2725bacff56a01ddb983b3ad3febb722412 Mon Sep 17 00:00:00 2001 From: Marcus Wood Date: Sat, 15 Jun 2024 13:42:55 +1000 Subject: [PATCH 2/2] feat(ci): elixir 1.17 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a4911db..d905e7d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,9 +115,9 @@ jobs: - elixir: 1.16.x otp: 25.x os: ubuntu-20.04 - - elixir: 1.17.0-rc.1 - otp: 25.x - os: ubuntu-20.04 + - elixir: 1.17.x + otp: 27.x + os: ubuntu-22.04 # Something changed in otp 26 for seed and single test started producing failures # it does not affect functionality, only CI # - elixir: 1.15.x