Skip to content

Commit

Permalink
Set minimum Elixir to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Mar 25, 2024
1 parent 40dfa6b commit 100e9f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,13 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.12.x
otp: 24.x
- elixir: 1.16.x
otp: 26.x
check_formatted: true
- elixir: 1.12.x
otp: 23.x
- elixir: 1.12.x
otp: 22.x
- elixir: 1.11.x
- elixir: 1.15.x
otp: 25.x
- elixir: 1.14.x
otp: 24.x
- elixir: 1.11.x
otp: 23.x
- elixir: 1.11.x
otp: 22.x
- elixir: 1.11.x
otp: 21.x
- elixir: 1.10.x
otp: 23.x
- elixir: 1.9.x
otp: 22.x

steps:
- uses: actions/checkout@v2
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 SimplexFormat.MixProject do
[
app: :simplex_format,
version: "0.2.0",
elixir: "~> 1.9",
elixir: "~> 1.14",
description: description(),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 100e9f9

Please sign in to comment.