We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad48f68 commit 0c663f8Copy full SHA for 0c663f8
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
id: setup
27
uses: erlef/setup-beam@v1
28
with:
29
- elixir-version: '1.18.4'
+ elixir-version: '1.19.3'
30
otp-version: '28.1'
31
32
- name: mix-cache
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
@@ -114,8 +114,10 @@ jobs:
114
matrix:
115
include:
116
- elixir: '1.17.3'
117
- otp: '27.3'
+ otp: '26.2'
118
- elixir: '1.18.4'
119
+ otp: '27.3'
120
+ - elixir: '1.19.3'
121
otp: '28.1'
122
123
env:
0 commit comments