Skip to content

Commit

Permalink
Update the version of Elixir used on CI (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Aug 23, 2023
1 parent ce9a87c commit 66711bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ jobs:
matrix:
include:
- otp: 25.1
elixir: 1.14.2
elixir: 1.15.4
- otp: 21.3
elixir: 1.7.4


steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 66711bd

Please sign in to comment.