Upgrade elixir and erlang runtimes #83
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "jpd-feat-upgrade-runtimes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upgrade runtimes:
erlang
from 26.2.5 to 27.0elixir
from 1.16.3 to 1.17.2Upgrade dependencies:
castore
from 1.0.6 to 1.0.8cowboy
from 2.10.0 to 2.12.0cowlib
from 2.12.1 to 2.13.0credo
from 1.7.6 to 1.7.7db_connection
from 2.6.0 to 2.7.0ecto_sql
from 3.11.2 to 3.11.3erlex
from 0.2.6 to 0.2.7hpax
from 0.1.2 to 1.0.0jason
from 1.4.1 to 1.4.3mime
from 2.0.5 to 2.0.6mint
from 1.5.2 to 1.6.2nimble_options
from 1.1.0 to 1.1.1nimble_pool
from 1.0.0 to 1.1.0phoenix
from 1.7.12 to 1.7.14phoenix_ecto
from 4.6.1 to 4.6.2phoenix_live_dashboard
from 0.8.3 to 0.8.4phoenix_live_view
from 0.20.14 to 0.20.17phoenix_view
from 2.0.3 to 2.0.4plug
from 1.15.3 to 1.16.1plug_crypto
from 2.0.0 to 2.1.0telemetry_metrics_prometheus_core
from 1.2.0 to 1.2.1websock_adapter
from 0.5.5 to 0.5.6yaml_elixir
from 2.9.0 to 2.11.0To make
graphql
work with the newererlang
andelixir
, theabsinthe
is installed directly from github:absinthe
absinthe_plug
Finally, the
ci
routine was simplified, so test + lint is executed in parallel, and more core is reused.aa66527232
toa04704cad4