Skip to content

Commit

Permalink
Update to latest build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin authored Dec 24, 2023
1 parent 8bbefad commit e157162
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
fail-fast: false
matrix:
elixir:
- '1.16'
- '1.15'
- '1.14'
- '1.13'
- '1.12'
Expand Down Expand Up @@ -44,7 +46,7 @@ jobs:
name: Coverage
runs-on: ubuntu-latest
container:
image: elixir:1.14
image: elixir:1.16
env:
MIX_ENV: cover
steps:
Expand All @@ -66,7 +68,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
container:
image: elixir:1.14
image: elixir:1.16
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e157162

Please sign in to comment.