File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: "Build binaries"
22on : ["push", "pull_request"]
33env :
44 OTP_GITHUB_URL : https://github.com/erlang/otp.git
5- OTP_VERSION : OTP-24.3.4.15
5+ OTP_VERSION : OTP-26.2.5.9_diode
66 WXWIDGETS_REPO : https://github.com/dominicletz/wxWidgets.git
77 WXWIDGETS_VERSION : master
8- ELIXIR_VERSION : 1.14.5
9- ELIXIR_VARIANT : -otp-24
8+ ELIXIR_VERSION : 1.16.3
9+ ELIXIR_VARIANT : -otp-26
1010 DOCKER_BUILDKIT : 0
1111
1212jobs :
Original file line number Diff line number Diff line change 99 - name : Setup elixir
1010 uses : erlef/setup-beam@v1
1111 with :
12- elixir-version : " 1.14.5 "
13- otp-version : " 24.3.3 "
12+ elixir-version : " 1.16.3 "
13+ otp-version : " 26.2.5.9 "
1414
1515 - uses : actions/checkout@v1
1616 - run : |
Original file line number Diff line number Diff line change 1- elixir 1.14.5 -otp-24
2- erlang 24.3.4.13
1+ elixir 1.16.3 -otp-26
2+ erlang 26.2.5.9
You can’t perform that action at this time.
0 commit comments