We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedae94 commit 4b59c78Copy full SHA for 4b59c78
1 file changed
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
id: setup
22
uses: erlef/setup-beam@v1
23
with:
24
- elixir-version: '1.17.3'
+ elixir-version: '1.18.1'
25
otp-version: '27.2'
26
27
- name: mix-cache
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
@@ -141,6 +141,10 @@ jobs:
141
otp: '27.2'
142
cayley: 'v0.7.6'
143
runs-on: ubuntu-24.04
144
+ - elixir: '1.18.1'
145
+ otp: '27.2'
146
+ cayley: 'v0.7.6'
147
+ runs-on: ubuntu-24.04
148
149
services:
150
cayley:
0 commit comments