Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Mar 25, 2024
1 parent f09cd82 commit f18e0cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
name: Test on Ubuntu (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.otp }})
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
elixir:
- '1.12.3'
- '1.13.4'
- '1.14.5'
- '1.15.7'
Expand All @@ -25,10 +23,6 @@ jobs:
- '25.3'
- '26.2'
exclude:
- elixir: '1.12.3'
otp: '25.3'
- elixir: '1.12.3'
otp: '26.2'
- elixir: '1.13.4'
otp: '26.2'
- elixir: '1.14.5'
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule JsonXema.MixProject do
[
app: :json_xema,
version: "0.6.2",
elixir: "~> 1.12",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
Expand Down

0 comments on commit f18e0cd

Please sign in to comment.