Skip to content

Commit

Permalink
Add Elixir 1.17 + OTP 27.0 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Jun 14, 2024
1 parent 5c12ff4 commit ede93c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/elixir_version_to_otp_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"1.13": "25.3",
"1.14": "26.2",
"1.15": "26.2",
"1.16": "26.2"
"1.16": "26.2",
"1.17": "27.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Elixir 1.17 to CI
- OTP 27.0 to CI

## [0.1.3] - 2024-02-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Hex downloads](https://img.shields.io/hexpm/dt/sqids.svg)](https://hex.pm/packages/sqids)
[![License](https://img.shields.io/hexpm/l/sqids.svg)](https://github.com/sqids/sqids-elixir/blob/main/LICENSE)
[![Elixir Versions](https://img.shields.io/badge/Elixir-1.7%20to%201.16-blue)](https://elixir-lang.org/)
[![Erlang Versions](https://img.shields.io/badge/Erlang%2FOTP-21.3%20to%2026-blue)](https://www.erlang.org)
[![Erlang Versions](https://img.shields.io/badge/Erlang%2FOTP-21.3%20to%2027-blue)](https://www.erlang.org)
[![CI status](https://github.com/sqids/sqids-elixir/actions/workflows/ci.yml/badge.svg)](https://github.com/sqids/sqids-elixir/actions/workflows/ci.yml)

[Sqids](https://sqids.org/elixir) (*pronounced "squids"*) for Elixir is a
Expand Down

0 comments on commit ede93c6

Please sign in to comment.