Skip to content

Commit

Permalink
update elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Jan 4, 2024
1 parent 907326a commit 36a9bd5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ 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]
exclude:
- otp_version: 25
elixir_version: 1.12.3
elixir_version: [1.13, 1.14, 1.15, 1.16]
otp_version: [24, 25, 26]

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 at least 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 36a9bd5

Please sign in to comment.