-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: bump up to 1.7.5 * chore: update erlang otp for CI
- Loading branch information
1 parent
017aeac
commit 4b21dba
Showing
2 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
name: Erlang CI | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
pull_request: | ||
branches: [master] | ||
on: push | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
container: | ||
image: erlang:22.0.7 | ||
|
||
test: | ||
runs-on: ubuntu-20.04 | ||
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}} | ||
strategy: | ||
matrix: | ||
otp: ['26', '25', '24'] | ||
rebar3: ['3.22'] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Compile | ||
- uses: actions/checkout@v4 | ||
- uses: erlef/setup-beam@v1 | ||
with: | ||
otp-version: ${{matrix.otp}} | ||
rebar3-version: ${{matrix.rebar3}} | ||
- name: compile | ||
run: rebar3 compile | ||
- name: Run xref | ||
- name: xref | ||
run: rebar3 xref | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{"1.2.0", | ||
[{<<"recon">>,{pkg,<<"recon">>,<<"2.5.1">>},0}]}. | ||
[{<<"recon">>,{pkg,<<"recon">>,<<"2.5.5">>},0}]}. | ||
[ | ||
{pkg_hash,[ | ||
{<<"recon">>, <<"430FFA60685AC1EFDFB1FE4C97B8767C92D0D92E6E7C3E8621559BA77598678A">>}]}, | ||
{<<"recon">>, <<"C108A4C406FA301A529151A3BB53158CADC4064EC0C5F99B03DDB8C0E4281BDF">>}]}, | ||
{pkg_hash_ext,[ | ||
{<<"recon">>, <<"5721C6B6D50122D8F68CCCAC712CAA1231F97894BAB779EFF5FF0F886CB44648">>}]} | ||
{<<"recon">>, <<"632A6F447DF7CCC1A4A10BDCFCE71514412B16660FE59DECA0FCF0AA3C054404">>}]} | ||
]. |