Skip to content

Commit 0c663f8

Browse files
committed
Add Elixir 1.19.x to testing matrix
1 parent ad48f68 commit 0c663f8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: setup
2727
uses: erlef/setup-beam@v1
2828
with:
29-
elixir-version: '1.18.4'
29+
elixir-version: '1.19.3'
3030
otp-version: '28.1'
3131

3232
- name: mix-cache
@@ -83,7 +83,7 @@ jobs:
8383
id: setup
8484
uses: erlef/setup-beam@v1
8585
with:
86-
elixir-version: '1.18.4'
86+
elixir-version: '1.19.3'
8787
otp-version: '28.1'
8888

8989
- name: mix-cache
@@ -114,8 +114,10 @@ jobs:
114114
matrix:
115115
include:
116116
- elixir: '1.17.3'
117-
otp: '27.3'
117+
otp: '26.2'
118118
- elixir: '1.18.4'
119+
otp: '27.3'
120+
- elixir: '1.19.3'
119121
otp: '28.1'
120122

121123
env:

0 commit comments

Comments
 (0)