Skip to content

Commit

Permalink
Remove OTP 21 as test target.
Browse files Browse the repository at this point in the history
rebar3 does not work on OTP < 22
  • Loading branch information
mworrell committed Jun 17, 2021
1 parent c4eb65e commit 1f4f56d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/hex-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Hex Publish

on:
push:
tags:
- '*'

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2

- name: Publish to Hex.pm
uses: erlangpack/github-action@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
otp_version: [21.3, 22.3, 23.2.5, 24.0.1]
otp_version: [22.3, 23.2.5, 24.0.1]
os: [ubuntu-latest]

container:
Expand Down

0 comments on commit 1f4f56d

Please sign in to comment.