Skip to content

Commit

Permalink
Update GitHub CI workflow to test in Elixir 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
smetana committed Oct 24, 2023
1 parent c6b73a6 commit 89fd32f
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 @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- '**'

jobs:
mix_test:
Expand All @@ -15,10 +15,12 @@ jobs:
matrix:
include:
# We run linter only for last Elixir version
- elixir: 1.14.x
otp: 25
- elixir: 1.15.x
otp: 26
warnings_as_errors: true
lint: true
- elixir: 1.14.x
otp: 25
- elixir: 1.13.x
otp: 24
- elixir: 1.12.x
Expand Down

0 comments on commit 89fd32f

Please sign in to comment.