Skip to content

Commit

Permalink
Test over OTP 27 and rebar3 3.23 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored May 25, 2024
1 parent 829ea8e commit 6292fa4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6292fa4

Please sign in to comment.