Skip to content

Commit ed020c3

Browse files
committed
Update Elixir/OTP versions in CI
Following the versions tested by Mint.
1 parent 0e5a26d commit ed020c3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,22 @@ on:
77
jobs:
88
test:
99
name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
10-
runs-on: ${{ matrix.runner }}
1110
strategy:
1211
fail-fast: false
1312
matrix:
1413
include:
15-
- erlang: "27.0"
16-
elixir: "1.17"
17-
runner: ubuntu-latest
14+
- erlang: "28.1"
15+
elixir: "1.19"
1816
lint: true
1917
coverage: true
2018
report: true
2119
dialyzer: true
22-
- erlang: "25.3"
20+
# One version down.
21+
- erlang: "27.2"
22+
elixir: "1.18"
23+
# Oldest version. We technically support OTP 23 but hard to test in CI
24+
- erlang: "24.3"
2325
elixir: "1.14"
24-
runner: ubuntu-latest
25-
- erlang: "23.3.1"
26-
elixir: "1.11.4"
27-
runner: ubuntu-20.04
2826
env:
2927
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3028
MIX_ENV: test

0 commit comments

Comments
 (0)