Skip to content

Commit ed468ef

Browse files
committed
Add Elixir v1.19 and OTP v28.3 to CI
1 parent 6f01072 commit ed468ef

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
elixir: 1.18.3
3939
otp: 27.3
4040
build-flags: --warnings-as-errors
41+
- pair:
42+
elixir: 1.19.5
43+
otp: 28.3
44+
build-flags: --warnings-as-errors
4145
steps:
4246
- name: Checkout repository
4347
uses: actions/checkout@v4

.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.18.3"]
20-
otp: ["27.3.0"]
19+
elixir: ["1.19.5"]
20+
otp: ["28.3.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.18.3"]
18-
otp: ["27.3.0"]
17+
elixir: ["1.19.5"]
18+
otp: ["28.3.1"]
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)