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 6a647c3 commit ff7f2ecCopy full SHA for ff7f2ec
.github/workflows/ci.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Set up Elixir
17
uses: erlef/setup-beam@v1
18
with:
19
- elixir-version: '1.11'
20
- otp-version: '22.3'
+ elixir-version: '1.14.4'
+ otp-version: '26.1.2'
21
22
- name: Install Dependencies
23
run: |
@@ -36,8 +36,8 @@ jobs:
36
37
38
39
40
41
42
43
0 commit comments