Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
crertel committed Aug 3, 2024
1 parent 96c3136 commit 1b84fa2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: '1.15.0'
- elixir: '1.15.7'
otp: '24.2'
- elixir: '1.16.0'
- elixir: '1.16.3'
otp: '26.2'
- elixir: '1.17.2'
otp: '26.2'

steps:
Expand Down Expand Up @@ -58,6 +60,6 @@ jobs:
- name: Run coverage
run: mix coveralls.github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Run credo
# run: mix credo suggest --min-priority=high --ignore-checks Credo.Check.Design.DuplicatedCode

0 comments on commit 1b84fa2

Please sign in to comment.