Skip to content

Commit

Permalink
Update Elixir requirement to 1.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jul 1, 2023
1 parent 09c7eef commit eca4e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,16 @@ jobs:
fail-fast: false
matrix:
include:
- otp: "26.0.1"
elixir: "1.15.0"
- otp: "26.0.2"
elixir: "1.15.1"
os: ubuntu-22.04
lint: true
coverage: true

- otp: "24.3"
elixir: "1.13"
os: ubuntu-22.04

- otp: "23.3"
elixir: "1.12.2"
os: ubuntu-20.04

- otp: "23.3"
elixir: "1.11.4"
os: ubuntu-20.04

- otp: "20.3"
elixir: "1.5.3"
os: ubuntu-20.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MIX_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule StreamData.Mixfile do
[
app: :stream_data,
version: @version,
elixir: "~> 1.5",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),

Expand Down

0 comments on commit eca4e59

Please sign in to comment.