Skip to content

Commit

Permalink
CI housekeeping (#138)
Browse files Browse the repository at this point in the history
See https://hexdocs.pm/elixir/1.17.1/compatibility-and-deprecations.html

List of changes:
- use Erlang (22 and 27) and Elixit (1.12 and 1.17) in GitHub CI.
- add related CI and Hex badges
  • Loading branch information
kianmeng committed Jun 27, 2024
1 parent 03610c5 commit 7f56984
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
include:
- pair:
elixir: 1.12.3
otp: 23.3
otp: 22.3
- pair:
elixir: 1.15.7
otp: 26.1
elixir: 1.17.1
otp: 27.0
lint: lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# NimbleParsec

[Online Documentation](https://hexdocs.pm/nimble_parsec).
[![CI](https://github.com/dashbitco/nimble_parsec/actions/workflows/ci.yml/badge.svg)](https://github.com/dashbitco/nimble_parsec/actions/workflows/ci.yml)
[![Module Version](https://img.shields.io/hexpm/v/nimble_parsec.svg)](https://hex.pm/packages/nimble_parsec)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/nimble_parsec)

<!-- MDOC !-->

Expand Down

0 comments on commit 7f56984

Please sign in to comment.