Skip to content

Commit

Permalink
Merge pull request actions#2033 from stepchud/main
Browse files Browse the repository at this point in the history
Update elixir.yml - fix default build and bump version
  • Loading branch information
JamesMGreene committed Jul 13, 2023
2 parents 7fd5daf + 49efc3d commit eb6b335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
with:
elixir-version: '1.12.3' # Define the elixir version [required]
otp-version: '24.1' # Define the OTP version [required]
elixir-version: '1.15.2' # [Required] Define the Elixir version
otp-version: '26.0' # [Required] Define the Erlang/OTP version
- name: Restore dependencies cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit eb6b335

Please sign in to comment.