Skip to content

Commit

Permalink
change github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecabaco committed Nov 13, 2024
1 parent 0067b45 commit 33c7db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: 26.x # Define the OTP version [required]
elixir-version: 1.16.x # Define the elixir version [required]
otp-version: 27.x # Define the OTP version [required]
elixir-version: 1.17.x # Define the elixir version [required]
- name: Cache Mix
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 33c7db0

Please sign in to comment.