We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfa6a7 commit b0fab2fCopy full SHA for b0fab2f
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
id: setup
22
uses: erlef/setup-beam@v1
23
with:
24
- elixir-version: '1.18.2'
+ elixir-version: '1.18.3'
25
otp-version: '27.3'
26
27
- name: mix-cache
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
@@ -134,7 +134,7 @@ jobs:
134
- elixir: '1.17.3'
135
otp: '27.3'
136
runs-on: ubuntu-24.04
137
- - elixir: '1.18.2'
+ - elixir: '1.18.3'
138
139
140
0 commit comments