Skip to content

Commit

Permalink
Update supported Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Sep 6, 2023
1 parent c524113 commit 86636df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ on:

jobs:
ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
strategy:
matrix:
otp:
- '25'
- '24'
- '23'
rebar3:
- '3'
otp: ['24', '25', '26']
rebar3: ['3']
steps:

- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<a href="LICENSE">
<img alt="Hex.pm license" src="https://img.shields.io/hexpm/l/meck?style=flat-square"/>
</a>
<a href="https://github.com/eproxus/meck/blob/master/.github/workflows/erlang.yml#L15-L17">
<img alt="Erlang versions" src="https://img.shields.io/badge/erlang-23+-blue.svg?style=flat-square"/>
<a href="https://github.com/eproxus/meck/blob/master/.github/workflows/erlang.yml#L14">
<img alt="Erlang versions" src="https://img.shields.io/badge/erlang-24+-blue.svg?style=flat-square"/>
</a>
<a href="https://github.com/sponsors/eproxus">
<img alt="hex.pm license" src="https://img.shields.io/github/sponsors/eproxus?style=flat-square&color=%23ec6cb9"/>
Expand Down

0 comments on commit 86636df

Please sign in to comment.