Skip to content

Commit 5224fa6

Browse files
committed
fix version
1 parent eb2ac41 commit 5224fa6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
- name: Set up Elixir
1414
uses: erlef/setup-beam@v1
1515
with:
16-
elixir-version: '1.11'
17-
otp-version: '22.3'
18-
version-type: strict
16+
elixir-version: "1.14"
17+
otp-version: "24.3"
1918
- name: Restore dependencies cache
2019
uses: actions/cache@v2
2120
with:

0 commit comments

Comments
 (0)