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
f6fa447cc2
commit
4f32200d52
1 changed files
with
9 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-9
.github/workflows/test.yml
+ 9
- 9
.github/workflows/test.yml
View File
@ -14,15 +14,15 @@ jobs:
fail-fast
:
false
matrix:
include:
-
otp_version
:
"25.x"
-
otp_version
:
"24.x"
-
otp_version
:
"23.x"
-
otp_version
:
"22.x"
rebar3-version
:
3.6
.1
-
otp_version
:
"21.x"
rebar3-version
:
3.6
.1
-
otp_version
:
"20.x"
rebar3-version
:
3.6
.1
-
otp_version
:
"25.x"
-
otp_version
:
"24.x"
-
otp_version
:
"23.x"
-
otp_version
:
"22.x"
rebar3-version
:
3.6
.1
-
otp_version
:
"21.x"
rebar3-version
:
3.6
.1
-
otp_version
:
"20.x"
rebar3-version
:
3.6
.1
os
:
[
ubuntu-latest]
env:
OTP_VERSION
:
${{ matrix.otp_version }}
Write
Preview
Loading…
Cancel
Save