Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
SisMaker
/
ibrowse
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Projects
0
Lançamentos
30
Wiki
Trabalho
Ver a proveniência
use different rebar versions
pull/179/head
Lukasz Samson
há 2 anos
ascendente
fd7318d514
cometimento
f6fa447cc2
1 ficheiros alterados
com
11 adições
e
7 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+11
-7
.github/workflows/test.yml
+ 11
- 7
.github/workflows/test.yml
Ver ficheiro
@ -13,13 +13,16 @@ jobs:
strategy:
fail-fast
:
false
matrix:
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"
rebar3-version
:
3.6
.1
-
otp_version
:
"20.x"
rebar3-version
:
3.6
.1
os
:
[
ubuntu-latest]
env:
OTP_VERSION
:
${{ matrix.otp_version }}
@ -28,6 +31,7 @@ jobs:
-
uses
:
erlef/setup-beam@v1
with:
otp-version
:
${{ matrix.otp_version }}
rebar3-version
:
${{ matrix.rebar3-version }}
-
uses
:
actions/cache@v2
name
:
Cache
with:
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar