Skip to content

Commit

Permalink
update Elixir and Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed Jul 19, 2024
1 parent 34025cf commit b7a53c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Site

on:
push:
branches: [ master ]
branches: [ main ]

jobs:
site:
Expand All @@ -15,8 +15,8 @@ jobs:

- uses: erlef/setup-elixir@v1
with:
otp-version: '23.2.5'
elixir-version: '1.11.3'
otp-version: '26.1.2'
elixir-version: '1.14.4'

- name: Restore Cache
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.11.3
erlang 23.2.5
elixir 1.14.4-otp-26
erlang 26.1.2

0 comments on commit b7a53c6

Please sign in to comment.