From 6292fa47718e40b9c39473f527efb2a37ba93c78 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 25 May 2024 20:08:17 +0100 Subject: [PATCH] Test over OTP 27 and rebar3 3.23 (#274) --- .github/workflows/ubuntu.yml | 8 +++++--- .github/workflows/windows.yml | 4 +++- README.md | 15 ++++++++------- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 81008a1..1db44c4 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -22,7 +22,9 @@ jobs: fail-fast: false matrix: combo: - - otp-version: 'OTP-27.0-rc1' + - otp-version: '27' + elixir-version: 'v1.17.0-rc.0' + rebar3-version: '3.23' os: 'ubuntu-latest' - otp-version: '26.0' elixir-version: 'v1.14-otp-25' @@ -48,11 +50,11 @@ jobs: - otp-version: '25' os: 'ubuntu-24.04' - otp-version: '25' - elixir-version: '1' + elixir-version: '1.16' rebar3-version: '3' os: 'ubuntu-22.04' - otp-version: '24' - elixir-version: '1' + elixir-version: '1.16' rebar3-version: '3' os: 'ubuntu-22.04' - otp-version: '25.0' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f49fcaf..d864722 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,9 @@ jobs: fail-fast: false matrix: combo: - - otp-version: 'OTP-27.0-rc1' + - otp-version: '27' + elixir-version: 'v1.17.0-rc.0' + rebar3-version: '3.23' os: 'windows-latest' - otp-version: '26.0' elixir-version: 'main' diff --git a/README.md b/README.md index b860ad9..40b4aad 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,14 @@ opt-in, so `1.11.x` will not match a pre-release. This list presents the known working version combos between the target operating system and Erlang/OTP. -| Operating system | Erlang/OTP | Status -|- |- |- -| ubuntu-18.04 | 17 - 25 | ✅ -| ubuntu-20.04 | 20 - 25 | ✅ -| ubuntu-22.04 | 24.2 - 26 | ✅ -| windows-2019 | 21* - 25 | ✅ -| windows-2022 | 21* - 26 | ✅ +| Operating system | Erlang/OTP | Status +|- |- |- +| ubuntu-18.04 | 17.0 - 25.3 | ✅ +| ubuntu-20.04 | 20.0 - 27 | ✅ +| ubuntu-22.04 | 24.2 - 27 | ✅ +| ubuntu-24.04 | 24.3 - 27 | ✅ +| windows-2019 | 21* - 25 | ✅ +| windows-2022 | 21* - 27 | ✅ **Note** *: prior to 23, Windows builds are only available for minor versions, e.g. 21.0, 21.3, 22.0, etc.