Skip to content

Commit

Permalink
Add Elixir 1.16 + OTP 26.2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Dec 25, 2023
1 parent 42ef225 commit 6840d2a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
workflow_dispatch: # enables "click to run" button

env:
ELIXIR_VERSION_ON_WHICH_TO_CHECK_STYLE: '1.15' # Should be highest in matrix
ELIXIR_VERSIONS_ON_WHICH_TO_RUN_DIALYZER: "['1.12', '1.13', '1.14', '1.15']"
ELIXIR_VERSION_ON_WHICH_TO_CHECK_STYLE: '1.16' # Should be highest in matrix
ELIXIR_VERSIONS_ON_WHICH_TO_RUN_DIALYZER: "['1.12', '1.13', '1.14', '1.15', '1.16']"

jobs:
ci:
Expand All @@ -32,7 +32,8 @@ jobs:
'1.12',
'1.13',
'1.14',
'1.15'
'1.15',
'1.16'
]
os: ['ubuntu-20.04']
steps:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/elixir_version_to_otp_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"1.11": "24.3",
"1.12": "24.3",
"1.13": "25.3",
"1.14": "26.1",
"1.15": "26.1"
"1.14": "26.2",
"1.15": "26.2",
"1.16": "26.2"
}
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.16 to CI
- OTP 26.2 to CI

## [0.1.2] - 2023-11-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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.15-blue)](https://elixir-lang.org/)
[![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)
[![CI status](https://github.com/sqids/sqids-elixir/actions/workflows/ci.yml/badge.svg)](https://github.com/sqids/sqids-elixir/actions/workflows/ci.yml)

Expand Down

0 comments on commit 6840d2a

Please sign in to comment.