Skip to content

Commit ede93c6

Browse files
committed
Add Elixir 1.17 + OTP 27.0 to CI
1 parent 5c12ff4 commit ede93c6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/elixir_version_to_otp_version.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"1.13": "25.3",
99
"1.14": "26.2",
1010
"1.15": "26.2",
11-
"1.16": "26.2"
11+
"1.16": "26.2",
12+
"1.17": "27.0"
1213
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Elixir 1.17 to CI
13+
- OTP 27.0 to CI
14+
815
## [0.1.3] - 2024-02-08
916

1017
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Hex downloads](https://img.shields.io/hexpm/dt/sqids.svg)](https://hex.pm/packages/sqids)
44
[![License](https://img.shields.io/hexpm/l/sqids.svg)](https://github.com/sqids/sqids-elixir/blob/main/LICENSE)
55
[![Elixir Versions](https://img.shields.io/badge/Elixir-1.7%20to%201.16-blue)](https://elixir-lang.org/)
6-
[![Erlang Versions](https://img.shields.io/badge/Erlang%2FOTP-21.3%20to%2026-blue)](https://www.erlang.org)
6+
[![Erlang Versions](https://img.shields.io/badge/Erlang%2FOTP-21.3%20to%2027-blue)](https://www.erlang.org)
77
[![CI status](https://github.com/sqids/sqids-elixir/actions/workflows/ci.yml/badge.svg)](https://github.com/sqids/sqids-elixir/actions/workflows/ci.yml)
88

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

0 commit comments

Comments
 (0)