Skip to content

Commit

Permalink
update elixir version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vasuadari committed May 7, 2024
1 parent a75bc03 commit a7a1bca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup Elixir and OTP
uses: actions/setup-elixir@v1
with:
otp-version: '22.1'
elixir-version: '1.8'

name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['20.3', '21.3', '22.2']
elixir: ['1.8.2', '1.9.4']
- name: Install dependencies
run: mix deps.get

Expand Down

0 comments on commit a7a1bca

Please sign in to comment.