Skip to content

Commit a0eb4d1

Browse files
committed
Add Elixir v1.18 to CI build matrix
1 parent e9afd8a commit a0eb4d1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ jobs:
3535
otp: 26.2
3636
build-flags: --warnings-as-errors
3737
- pair:
38-
elixir: 1.17.2
39-
otp: 27.0
38+
elixir: 1.17.3
39+
otp: 27.3
40+
build-flags: --warnings-as-errors
41+
- pair:
42+
elixir: 1.18.3
43+
otp: 27.3
4044
build-flags: --warnings-as-errors
4145
steps:
4246
- 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.17.2"]
20-
otp: ["27.0.1"]
19+
elixir: ["1.18.3"]
20+
otp: ["27.3.0"]
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.17.2"]
18-
otp: ["27.0.1"]
17+
elixir: ["1.18.3"]
18+
otp: ["27.3.0"]
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)