Skip to content

Commit 2b2ea1b

Browse files
committed
Add latest Elixir and OTP versions to CI build matrix
1 parent 2ccad21 commit 2b2ea1b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/elixir-build-and-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
otp: 24.3
2828
build-flags: --warnings-as-errors
2929
- pair:
30-
elixir: 1.14.5
31-
otp: 25.1
30+
elixir: 1.15.7
31+
otp: 25.3
3232
build-flags: --warnings-as-errors
3333
- pair:
34-
elixir: 1.15.7
34+
elixir: 1.16.2
3535
otp: 26.2
3636
build-flags: --warnings-as-errors
3737
- pair:
38-
elixir: 1.16.0
39-
otp: 26.2
38+
elixir: 1.17.2
39+
otp: 27.0
4040
build-flags: --warnings-as-errors
4141
steps:
4242
- name: Checkout repository

.github/workflows/elixir-dialyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
MIX_ENV: dev
1717
strategy:
1818
matrix:
19-
elixir: ["1.15.7"]
20-
otp: ["26.2.1"]
19+
elixir: ["1.17.2"]
20+
otp: ["27.0.1"]
2121

2222
steps:
2323
- name: Checkout repository

.github/workflows/elixir-quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
elixir: ["1.15.7"]
18-
otp: ["26.2.1"]
17+
elixir: ["1.17.2"]
18+
otp: ["27.0.1"]
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)