Skip to content

Commit

Permalink
Drop support for Elixir 1.13 or older
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed Jun 7, 2024
1 parent c3d1f89 commit 22d112f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 63 deletions.
75 changes: 15 additions & 60 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,11 @@ jobs:
matrix:
include:
- pair:
elixir: 1.13.0
otp: 23.3
- pair:
elixir: 1.14.5
otp: 25.0
- pair:
elixir: 1.14.5
otp: 26.0
- pair:
elixir: 1.15.7
elixir: 1.14.0
otp: 25.0
- pair:
elixir: 1.15.7
otp: 26.0
- pair:
elixir: 1.16.0
otp: 25.0
- pair:
elixir: 1.16.2
otp: 26.2.2
elixir: 1.16.3
otp: 26.2.5
name: Build Test
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -69,26 +54,11 @@ jobs:
matrix:
include:
- pair:
elixir: 1.13.0
otp: 23.3
- pair:
elixir: 1.14.5
otp: 25.0
- pair:
elixir: 1.14.5
otp: 26.0
- pair:
elixir: 1.15.7
elixir: 1.14.0
otp: 25.0
- pair:
elixir: 1.15.7
otp: 26.0
- pair:
elixir: 1.16.0
otp: 25.0
- pair:
elixir: 1.16.2
otp: 26.2.2
elixir: 1.16.3
otp: 26.2.5
name: Build Dev
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -124,26 +94,11 @@ jobs:
matrix:
include:
- pair:
elixir: 1.13.0
otp: 23.3
- pair:
elixir: 1.14.5
otp: 25.0
- pair:
elixir: 1.14.5
otp: 26.0
- pair:
elixir: 1.15.7
otp: 25.0
- pair:
elixir: 1.15.7
otp: 26.0
- pair:
elixir: 1.16.0
elixir: 1.14.0
otp: 25.0
- pair:
elixir: 1.16.2
otp: 26.2.2
elixir: 1.16.3
otp: 26.2.5
name: Test
needs: build_test
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -177,8 +132,8 @@ jobs:
matrix:
include:
- pair:
elixir: 1.16.2
otp: 26.2.2
elixir: 1.16.3
otp: 26.2.5
name: Credo + Dialyxir
needs: build_test
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -220,8 +175,8 @@ jobs:
matrix:
include:
- pair:
elixir: 1.16.2
otp: 26.2.2
elixir: 1.16.3
otp: 26.2.5
name: Audit
needs: build_dev
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -261,8 +216,8 @@ jobs:
matrix:
include:
- pair:
elixir: 1.16.2
otp: 26.2.2
elixir: 1.16.3
otp: 26.2.5
name: Publish to Hex
if: github.ref == 'refs/heads/main'
needs:
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.16.2-otp-26
erlang 26.2.2
elixir 1.16.3-otp-26
erlang 26.2.5
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule XmlQuery.MixProject do
description: "Some simple XML query functions",
dialyzer: dialyzer(),
docs: docs(),
elixir: "~> 1.13",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
homepage_url: @scm_url,
name: "XmlQuery",
Expand Down

0 comments on commit 22d112f

Please sign in to comment.