parent
e358cd6e4e
commit
84f85b8267
@ -17,7 +17,7 @@ steps:
|
||||
- .mix
|
||||
|
||||
- name: test
|
||||
image: elixir:1.16.3-otp-26-alpine
|
||||
image: elixir:1.17.0-otp-27-alpine
|
||||
environment:
|
||||
TEST_DATABASE_URL: ecto://postgres:postgres@database/cannery_test
|
||||
HOST: testing.example.tld
|
||||
|
@ -1,3 +1,3 @@
|
||||
elixir 1.16.3-otp-26
|
||||
erlang 26.0
|
||||
elixir 1.17.0-otp-27
|
||||
erlang 27.0
|
||||
nodejs 22.3.0
|
||||
|
@ -1,3 +1,6 @@
|
||||
# v0.10.0
|
||||
- Update deps
|
||||
|
||||
# v0.9.10
|
||||
- Fix issue with logger failing on oban exceptions
|
||||
- Fix an issue with emails not being able to be sent
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM elixir:1.16.3-otp-26-alpine AS build
|
||||
FROM elixir:1.17.0-otp-27-alpine AS build
|
||||
|
||||
# install build dependencies
|
||||
RUN apk add --no-cache build-base npm git python3
|
||||
|
4
mix.exs
4
mix.exs
@ -4,8 +4,8 @@ defmodule Cannery.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :cannery,
|
||||
version: "0.9.10",
|
||||
elixir: "1.16.3",
|
||||
version: "0.10.0",
|
||||
elixir: "1.17.0",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
start_permanent: Mix.env() == :prod,
|
||||
aliases: aliases(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user