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 66aa9cc commit 190fb82Copy full SHA for 190fb82
.github/workflows/deploy.yml
@@ -26,8 +26,8 @@ jobs:
26
- uses: actions/checkout@v2
27
- uses: erlef/setup-beam@v1
28
with:
29
- otp-version: '23.3'
30
- elixir-version: '1.9.4'
+ otp-version: '26'
+ elixir-version: 'v1.14-otp-26'
31
- name: Cache dependencies
32
uses: actions/cache@v2
33
.github/workflows/test-build.yml
0 commit comments