Skip to content

Commit

Permalink
Update versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
general-CbIC committed Jun 13, 2024
1 parent 5357c64 commit b408a54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
otp: '25'
- elixir: '1.15'
otp: '26'
- elixir: '1.16'
otp: '26'
- elixir: '1.17'
otp: '27'
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -59,7 +63,7 @@ jobs:
- name: Run dialyzer
uses: erlef/setup-beam@v1
with:
otp-version: '26'
elixir-version: '1.15'
otp-version: '27'
elixir-version: '1.17'
- run: mix do deps.get, compile
- run: mix check

0 comments on commit b408a54

Please sign in to comment.