Skip to content

Commit

Permalink
Erlang 20 doesn't support uri parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jul 7, 2023
1 parent 62e90f5 commit 680a899
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: rebar3 dialyzer
- name: Proper Tests
run: rebar3 as test do compile, proper --regressions
- name: Run Tests
run: rebar3 ct -c
# - name: Run Tests
# run: rebar3 ct -c
- name: Run Unit Tests
run: rebar3 as test lfe ltest -tall
- name: Test Coverage
Expand All @@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
otp_version: ['20.3', '21.3', '22.3', '23.3']
otp_version: ['21.3', '22.3', '23.3']

steps:
- uses: actions/checkout@v2
Expand All @@ -65,8 +65,8 @@ jobs:
run: rebar3 as test compile
- name: Proper Tests
run: rebar3 as test proper --regressions
- name: Run Tests
run: rebar3 ct -c
# - name: Run Tests
# run: rebar3 ct -c
- name: Run Unit Tests
run: rebar3 as test lfe ltest -tall
- name: Test Coverage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Copyright © 2023, Duncan McGreggor <oubiwann@gmail.com>.
[gh-actions]: https://github.com/lfex/yuri/actions
[lfe]: https://github.com/lfe/lfe
[lfe badge]: https://img.shields.io/badge/lfe-2.1-blue.svg
[erlang badge]: https://img.shields.io/badge/erlang-20%20to%2026-blue.svg
[erlang badge]: https://img.shields.io/badge/erlang-21%20to%2026-blue.svg
[version]: https://github.com/lfex/yuri/blob/master/.github/workflows/cicd.yml
[github tags]: https://github.com/lfex/yuri/tags
[github tags badge]: https://img.shields.io/github/tag/ORG/yuri.svg

0 comments on commit 680a899

Please sign in to comment.