Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
ibrowse
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
30
Wiki
Attività
Sfoglia il codice sorgente
use different rebar versions
pull/179/head
Lukasz Samson
2 anni fa
parent
ab82940dbd
commit
fcbf183107
1 ha cambiato i file
con
7 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+7
-3
.github/workflows/test.yml
+ 7
- 3
.github/workflows/test.yml
Vedi File
@ -14,10 +14,14 @@ jobs:
fail-fast
:
false
matrix:
os
:
[
ubuntu-latest]
otp_version:
-
"25.x"
-
"24.x"
-
"23.x"
-
"22.x"
-
"21.x"
-
"20.x"
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"
Scrivi
Anteprima
Caricamento…
Annulla
Salva