-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: use exported types from restc * fix: test run on otp 26 and 27 too * fix: stop testing for otp 24 * fix: app depend on jsx (dialyzer sad) * fix: upgrade restc * fix: use rebar3 3.24.0
- Loading branch information
Showing
5 changed files
with
22 additions
and
29 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 |
---|---|---|
|
@@ -10,14 +10,15 @@ jobs: | |
|
||
name: OTP ${{matrix.otp}} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
otp: ["24", "25"] | ||
otp: ["25", "26", "27"] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: erlef/[email protected] | ||
with: | ||
otp-version: ${{matrix.otp}} | ||
rebar3-version: "3.20.0" | ||
rebar3-version: "3.24.0" | ||
- name: Compile | ||
run: make | ||
- name: Run elvis | ||
|
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
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
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
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 |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
kernel, | ||
stdlib, | ||
inets, | ||
jsx, | ||
jose, | ||
restc | ||
]}, | ||
|