Test on OTP-27.0-rc1 + a few minor README tweaks (#255)

cdb7a12 · Paulo F. Oliveira · 2024-03-03 23:48

3 files +13 -9

Files changed

modified .github/workflows/ubuntu.yml
+2 −0
@@ -22,6 +22,8 @@ jobs:
22 22 fail-fast: false
23 23 matrix:
24 24 combo:
25 + - otp-version: 'OTP-27.0-rc1'
26 + os: 'ubuntu-latest'
25 27 - otp-version: '26.0'
26 28 elixir-version: 'v1.14-otp-25'
27 29 os: 'ubuntu-latest'
modified .github/workflows/windows.yml
+2 −0
@@ -22,6 +22,8 @@ jobs:
22 22 fail-fast: false
23 23 matrix:
24 24 combo:
25 + - otp-version: 'OTP-27.0-rc1'
26 + os: 'windows-latest'
25 27 - otp-version: '26.0'
26 28 elixir-version: 'main'
27 29 os: 'windows-latest'
modified README.md
+9 −9
@@ -53,9 +53,9 @@ and Erlang/OTP.
53 53 |- |- |-
54 54 | ubuntu-18.04 | 17 - 25 | ✅
55 55 | ubuntu-20.04 | 20 - 25 | ✅
56 | ubuntu-22.04 | 24.2 - 25 | ✅
56 +| ubuntu-22.04 | 24.2 - 26 | ✅
57 57 | windows-2019 | 21* - 25 | ✅
58 | windows-2022 | 21* - 25 | ✅
58 +| windows-2022 | 21* - 26 | ✅
59 59
60 60 **Note** *: prior to 23, Windows builds are only available for minor versions, e.g. 21.0, 21.3, 22.0, etc.
61 61
@@ -122,11 +122,11 @@ with the following correspondence.
122 122 #### `.tool-versions` format
123 123
124 124 | YML | `.tool-versions` |
125 |- |-
126 | `otp-version` | `erlang`
127 | `elixir-version` | `elixir`
128 | `gleam-version` | `gleam`
129 | `rebar3-version` | `rebar`
125 +|- |- |
126 +| `otp-version` | `erlang` |
127 +| `elixir-version` | `elixir` |
128 +| `gleam-version` | `gleam` |
129 +| `rebar3-version` | `rebar` |
130 130
131 131 ### Example (Erlang/OTP + Elixir, on Ubuntu)
132 132
@@ -248,7 +248,7 @@ jobs:
248 248 - uses: actions/checkout@v4
249 249 - uses: erlef/setup-beam@v1
250 250 with:
251 otp-version: '25'
251 + otp-version: '26'
252 252 # Use `cdn.jsdelivr.net/hex` as an alternative to `builds.hex.pm`
253 253 hexpm-mirrors: https://cdn.jsdelivr.net/hex
254 254 ```
@@ -266,7 +266,7 @@ jobs:
266 266 - uses: actions/checkout@v4
267 267 - uses: erlef/setup-beam@v1
268 268 with:
269 otp-version: '25'
269 + otp-version: '26'
270 270 hexpm-mirrors: |
271 271 https://builds.hex.pm
272 272 https://cdn.jsdelivr.net/hex

Parents: 904c511