Skip to content

Commit

Permalink
Test against 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrichartz committed Sep 24, 2023
1 parent c92ea24 commit bd70ed2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
strategy:
matrix:
environment:
- elixir-version: 1.15
otp-version: 25.0.4
- elixir-version: 1.14
otp-version: 25.0.4
- elixir-version: 1.13
Expand Down Expand Up @@ -78,6 +80,8 @@ jobs:
strategy:
matrix:
environment:
- elixir-version: 1.15
otp-version: 25.0.4
- elixir-version: 1.14
otp-version: 25.0.4
- elixir-version: 1.13
Expand Down Expand Up @@ -116,13 +120,13 @@ jobs:
mix deps.get
mix compile
- name: Run tests with coverage
if: matrix.environment.elixir-version == '1.14'
if: matrix.environment.elixir-version == '1.15'
run: mix coveralls.github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MIX_ENV: test
- name: Run tests
if: matrix.environment.elixir-version != '1.14'
if: matrix.environment.elixir-version != '1.15'
run: mix test
env:
MIX_ENV: test

0 comments on commit bd70ed2

Please sign in to comment.