diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8e8d82..cb7cc62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/README.md b/README.md index 3a094ad..e005e35 100644 --- a/README.md +++ b/README.md @@ -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)