Skip to content

Commit 4e07cc0

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- erlang: "27.0"
16-
elixir: "1.17"
15+
- erlang: "28.1"
16+
elixir: "1.19"
1717
runner: ubuntu-latest
1818
lint: true
1919
coverage: true
2020
report: true
2121
dialyzer: true
22-
- erlang: "25.3"
22+
# One version down.
23+
- erlang: "27.2"
24+
elixir: "1.18"
25+
# Oldest version. We technically support OTP 23 but hard to test in CI
26+
- erlang: "24.3"
2327
elixir: "1.14"
24-
runner: ubuntu-latest
25-
- erlang: "23.3.1"
26-
elixir: "1.11.4"
27-
runner: ubuntu-20.04
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
MIX_ENV: test

0 commit comments

Comments
 (0)