Skip to content

Commit

Permalink
update elixir (#79)
Browse files Browse the repository at this point in the history
* update elixir deps and matrix support


Co-authored-by: epinault <[email protected]>
  • Loading branch information
ruslandoga and epinault authored Jan 9, 2024
1 parent 47ab08a commit 1c2938f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
elixir_version: [1.12.3, 1.13.3, 1.14.1]
otp_version: [24, 25]
elixir_version: [1.13, 1.14, 1.15, 1.16]
otp_version: [24, 25, 26]
exclude:
- otp_version: 25
elixir_version: 1.12.3
- otp_version: 26
elixir_version: 1.13
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elixir 1.13.1
elixir 1.16.0-otp-26
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Changed

- Ensure Elixir version is ~> 1.13 https://github.com/ExHammer/hammer/pull/79

## 6.1.0 - 2022-06-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Hammer.Mixfile do
app: :hammer,
description: "A rate-limiter with plugable backends.",
version: @version,
elixir: "~> 1.6",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 1c2938f

Please sign in to comment.