Skip to content

Commit 30120ea

Browse files
committed
Add Elixir v1.18 to CI build matrix
1 parent c5b6da1 commit 30120ea

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
build-flags: --warnings-as-errors
3333
- pair:
3434
elixir: 1.17.3
35-
otp: 27.0
35+
otp: 27.3
36+
build-flags: --warnings-as-errors
37+
- pair:
38+
elixir: 1.18.3
39+
otp: 27.3
3640
build-flags: --warnings-as-errors
3741
steps:
3842
- name: Checkout repository

.github/workflows/elixir-dialyzer.yml

+2-2
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

+2-2
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)