This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ibrowse
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
30
Wiki
Activity
Browse Source
use different rebar versions
pull/179/head
Lukasz Samson
2 years ago
parent
ab82940dbd
commit
fcbf183107
1 changed files
with
7 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-3
.github/workflows/test.yml
+ 7
- 3
.github/workflows/test.yml
View File
@ -14,10 +14,14 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix:
matrix:
os
:
[
ubuntu-latest]
os
:
[
ubuntu-latest]
otp_version:
-
"25.x"
-
"24.x"
-
"23.x"
-
"22.x"
-
"21.x"
-
"20.x"
include:
include:
-
otp_version
:
"25.x"
-
otp_version
:
"24.x"
-
otp_version
:
"23.x"
-
otp_version
:
"22.x"
-
otp_version
:
"22.x"
rebar3-version
:
3.6
.1
rebar3-version
:
3.6
.1
-
otp_version
:
"21.x"
-
otp_version
:
"21.x"
Write
Preview
Loading…
Cancel
Save