Skip to content

Commit 28d0ca7

Browse files
committed
Add Elixir 1.19.x to testing matrix
1 parent 9e8ac08 commit 28d0ca7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

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

2929
- name: mix-cache
@@ -80,7 +80,7 @@ jobs:
8080
id: setup
8181
uses: erlef/setup-beam@v1
8282
with:
83-
elixir-version: '1.18.4'
83+
elixir-version: '1.19.3'
8484
otp-version: '28.1'
8585

8686
- name: mix-cache
@@ -120,8 +120,10 @@ jobs:
120120
matrix:
121121
include:
122122
- elixir: '1.17.3'
123-
otp: '27.3'
123+
otp: '26.2'
124124
- elixir: '1.18.4'
125+
otp: '27.3'
126+
- elixir: '1.19.3'
125127
otp: '28.1'
126128

127129
steps:

0 commit comments

Comments
 (0)