Skip to content

Commit

Permalink
build(deps): supports elixir/erlang 1.13/23 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy authored Jun 6, 2024
1 parent 02b38d6 commit d35e305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
main:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand All @@ -17,6 +17,8 @@ jobs:
erlang: '25.3.2.12'
- elixir: '1.14'
erlang: '24.3.4.17'
- elixir: '1.13'
erlang: '23.3.4.20'
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Tower.MixProject do
app: :tower,
description: @description,
version: @version,
elixir: "~> 1.14",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),
Expand Down

0 comments on commit d35e305

Please sign in to comment.