Skip to content

Commit

Permalink
Start requiring Elixir 1.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jun 19, 2024
1 parent f2ce356 commit 1369333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
otp: "22.3"

# Oldest supported versions.
- os: ubuntu-18.04
elixir: "1.7.4"
otp: "19.3.6.13"
- os: ubuntu-20.04
elixir: "1.11"
otp: "21.3.8.24"

steps:
- name: Check out this repository
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule GenStage.Mixfile do
[
app: :gen_stage,
version: @version,
elixir: "~> 1.7",
elixir: "~> 1.11",
package: package(),
description: "Producer and consumer actors with back-pressure for Elixir",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 1369333

Please sign in to comment.