Skip to content

Commit 52f52be

Browse files
committed
Update CI version matrix
1 parent 3089f0a commit 52f52be

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/dialyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
id: setup
2222
uses: erlef/setup-beam@v1
2323
with:
24-
elixir-version: '1.15.2'
25-
otp-version: '26.0'
24+
elixir-version: '1.18.4'
25+
otp-version: '28.0'
2626

2727
- name: mix-cache
2828
uses: actions/cache@v3

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
id: setup
3131
uses: erlef/setup-beam@v1
3232
with:
33-
elixir-version: '1.15.2'
34-
otp-version: '26.0'
33+
elixir-version: '1.18.4'
34+
otp-version: '28.0'
3535

3636
- name: mix-cache
3737
uses: actions/cache@v3

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,14 @@ jobs:
2525
otp: '24.3'
2626
- elixir: '1.14.5'
2727
otp: '25.3'
28-
- elixir: '1.15.2'
29-
otp: '26.0'
28+
- elixir: '1.15.7'
29+
otp: '26.2'
30+
- elixir: '1.16.3'
31+
otp: '26.2'
32+
- elixir: '1.17.3'
33+
otp: '27.3'
34+
- elixir: '1.18.4'
35+
otp: '28.0'
3036

3137
env:
3238
MIX_ENV: test

0 commit comments

Comments
 (0)