forked from shibao/cannery
update to elixir 1.17
This commit is contained in:
parent
d896257602
commit
fa35038426
@ -17,7 +17,7 @@ steps:
|
|||||||
- .mix
|
- .mix
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: elixir:1.16.1-alpine
|
image: elixir:1.17.0-otp-27-alpine
|
||||||
environment:
|
environment:
|
||||||
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
||||||
HOST: testing.example.tld
|
HOST: testing.example.tld
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
elixir 1.16.1-otp-26
|
elixir 1.17.0-otp-27
|
||||||
erlang 26.2.2
|
erlang 27.0
|
||||||
nodejs 21.6.2
|
nodejs 22.3.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM elixir:1.16.1-alpine AS build
|
FROM elixir:1.17.0-otp-27-alpine AS build
|
||||||
|
|
||||||
# install build dependencies
|
# install build dependencies
|
||||||
RUN apk add --no-cache build-base npm git python3
|
RUN apk add --no-cache build-base npm git python3
|
||||||
|
2
mix.exs
2
mix.exs
@ -5,7 +5,7 @@ defmodule Cannery.MixProject do
|
|||||||
[
|
[
|
||||||
app: :cannery,
|
app: :cannery,
|
||||||
version: "0.9.9",
|
version: "0.9.9",
|
||||||
elixir: "1.16.1",
|
elixir: "1.17.0",
|
||||||
elixirc_paths: elixirc_paths(Mix.env()),
|
elixirc_paths: elixirc_paths(Mix.env()),
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
aliases: aliases(),
|
aliases: aliases(),
|
||||||
|
Loading…
Reference in New Issue
Block a user