Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 12, 2023
1 parent 51b47d8 commit 4e42352
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 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
- main

jobs:
mix_test:
Expand Down Expand Up @@ -34,8 +34,11 @@ jobs:
matrix:
include:
- pair:
elixir: 1.14.0
elixir: 1.14.3
otp: 24.3
- pair:
elixir: 1.15.4
otp: 26.0.2
lint: lint
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4e42352

Please sign in to comment.