Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ci pipeline #1

Merged
merged 2 commits into from
May 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test
  • Loading branch information
Aleksandr Lossenko committed May 26, 2024
commit 9900b9cf819a5b5eba48db439733c26a4ce27222
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.14.x
otp: 25
os: ubuntu-22.04
- elixir: 1.15.x
otp: 26
os: ubuntu-latest
- elixir: 1.16.x
otp: 26
os: ubuntu-latest
- elixir: 1.17.x
otp: 27
os: ubuntu-latest
warnings_as_errors: true
env:
MIX_ENV: test
Expand Down
Loading