Skip to content

Commit 7f56984

Browse files
authored
CI housekeeping (#138)
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
1 parent 03610c5 commit 7f56984

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
include:
1818
- pair:
1919
elixir: 1.12.3
20-
otp: 23.3
20+
otp: 22.3
2121
- pair:
22-
elixir: 1.15.7
23-
otp: 26.1
22+
elixir: 1.17.1
23+
otp: 27.0
2424
lint: lint
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
- uses: erlef/setup-beam@v1
2929
with:

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# NimbleParsec
22

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

57
<!-- MDOC !-->
68

0 commit comments

Comments
 (0)