Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz committed Jan 9, 2025
1 parent 11d80b4 commit 30ee7ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.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 All @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.14.3
otp: 25.1
- elixir: 1.18.1
otp: 27.1
lint: true
installer: true

Expand Down

0 comments on commit 30ee7ef

Please sign in to comment.