We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8ac08 commit 28d0ca7Copy full SHA for 28d0ca7
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
id: setup
24
uses: erlef/setup-beam@v1
25
with:
26
- elixir-version: '1.18.4'
+ elixir-version: '1.19.3'
27
otp-version: '28.1'
28
29
- name: mix-cache
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
@@ -120,8 +120,10 @@ jobs:
120
matrix:
121
include:
122
- elixir: '1.17.3'
123
- otp: '27.3'
+ otp: '26.2'
124
- elixir: '1.18.4'
125
+ otp: '27.3'
126
+ - elixir: '1.19.3'
127
otp: '28.1'
128
129
steps:
0 commit comments