Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Nov 30, 2024
1 parent 9351db4 commit 3b33bc1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: '1.11.4'
otp: '24.2'
- elixir: '1.15.8'
otp: '25.3.2.15'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}

- name: Cache build artifacts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.hex
Expand All @@ -52,4 +52,4 @@ jobs:
- name: Run Tests
run: mix test
- name: Run credo
run: mix credo suggest
run: mix credo suggest

0 comments on commit 3b33bc1

Please sign in to comment.