Skip to content

Commit 4781abd

Browse files
committed
Upgrade OTP version from v23 -> v24
1 parent 582b5b7 commit 4781abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: erlef/setup-beam@v1
1414
with:
1515
elixir-version: 1.11.2 # Define the elixir version [required]
16-
otp-version: 23.1.1 # Define the OTP version [required]
16+
otp-version: 24.3.4.17 # Define the OTP version [required]
1717
- uses: actions/cache@v1
1818
with:
1919
path: deps

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
elixir 1.11.2
2-
erlang 23.1.1
2+
erlang 24.3.4.17

0 commit comments

Comments
 (0)