Skip to content

Commit 3522556

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

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@ on:
77
jobs:
88
test:
99
name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
10-
runs-on: ${{ matrix.runner }}
10+
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- erlang: "27.0"
16-
elixir: "1.17"
17-
runner: ubuntu-latest
15+
- erlang: "28.1"
16+
elixir: "1.19"
1817
lint: true
1918
coverage: true
2019
report: true
2120
dialyzer: true
22-
- erlang: "25.3"
21+
# One version down.
22+
- erlang: "27.2"
23+
elixir: "1.18"
24+
# Oldest version. We technically support OTP 23 but hard to test in CI
25+
- erlang: "24.3"
2326
elixir: "1.14"
24-
runner: ubuntu-latest
25-
- erlang: "23.3.1"
26-
elixir: "1.11.4"
27-
runner: ubuntu-20.04
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3029
MIX_ENV: test

0 commit comments

Comments
 (0)