File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 include :
14- - erlang : 24.0 -alpine-3.13.3
15- - erlang : 23.2 -alpine-3.12.1
16- - erlang : 22.2.1 -alpine-3.12 .0
14+ - erlang : 25.0.4 -alpine-3.16.1
15+ # - erlang: 24.3.4.4 -alpine-3.16.1 # appears to have a broken 'ssl' library
16+ - erlang : 23.3.4.16 -alpine-3.16 .0
1717
1818 steps :
1919 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11PROJECT = jose
22PROJECT_DESCRIPTION = JSON Object Signing and Encryption (JOSE) for Erlang and Elixir.
3- PROJECT_VERSION = 1.9.0
4-
5- TEST_DEPS = jiffy jsone jsx libdecaf libsodium ojson proper
6-
7- dep_jiffy = git git://github.com/davisp/jiffy.git master
8- dep_jsone = git git://github.com/sile/jsone.git master
9- dep_jsx = git git://github.com/talentdeficit/jsx.git v2.10 .0
10- dep_keccakf1600 = git git://github.com/potatosalad/erlang-keccakf1600.git master
11- dep_libdecaf = git https://github.com/talklittle/erlang-libdecaf.git otp-23-remove-erl-interface
12- dep_libsodium = git https://github.com/talklittle/erlang-libsodium.git otp-23-remove-erl-interface
13- dep_ojson = git git://github.com/potatosalad/erlang-ojson.git master
14- dep_proper = git git ://github.com/proper-testing/proper.git v1.3
3+ PROJECT_VERSION = 1.11.3
4+
5+ TEST_DEPS = jiffy jsone jsx libdecaf ojson proper
6+
7+ dep_jiffy = hex 1.1.1
8+ dep_jsone = hex 1.7.0
9+ dep_jsx = hex 3.1 .0
10+ # dep_keccakf1600 = hex 3.0.0
11+ dep_libdecaf = hex 2.1.0
12+ # dep_libsodium = git https://github.com/talklittle/erlang-libsodium.git otp-23-remove-erl-interface
13+ dep_ojson = hex 1.0.0
14+ dep_proper = git https ://github.com/proper-testing/proper.git bfd7d862dd5082eeca65c192a7021d0e4de5973e
1515
1616include erlang.mk
1717
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ index/*
1010core/index
1111core/deps
1212
13- # Plugins that must run before Erlang code gets compiled.
14- plugins/protobuffs
15-
1613# Core modules, continued.
1714core/erlc
1815core/docs
@@ -25,13 +22,16 @@ plugins/asciidoc
2522plugins/bootstrap
2623plugins/c_src
2724plugins/ci
25+ plugins/concuerror
2826plugins/ct
2927plugins/dialyzer
3028plugins/edoc
3129plugins/erlydtl
3230plugins/escript
3331plugins/eunit
32+ plugins/hex
3433plugins/proper
34+ plugins/protobuffs
3535plugins/relx
3636plugins/shell
3737plugins/sphinx
@@ -47,4 +47,4 @@ plugins/sfx
4747core/plugins
4848
4949# Core modules which can use variables from plugins.
50- core/deps-tools
50+ core/deps-tools
You can’t perform that action at this time.
0 commit comments