Skip to content

Commit

Permalink
Update GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Aug 30, 2023
1 parent b33cc53 commit ea2c1f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Install OTP and Elixir
uses: erlef/setup-elixir@v1
with:
otp-version: 23.1.1
elixir-version: 1.11.2
otp-version: 24.3
elixir-version: 1.13.3

- name: Install dependencies
run: mix deps.get
Expand All @@ -37,8 +37,6 @@ jobs:
- otp: 24.3
elixir: 1.13.3
coverage: true
- otp: 23.1.1
elixir: 1.11.3
- otp: 24.3
elixir: 1.12.3
env:
Expand Down

0 comments on commit ea2c1f6

Please sign in to comment.