Update tools

This commit is contained in:
Mayel de Borniol 2023-09-24 09:30:09 +01:00
parent 06aa7a8ae8
commit 4ec1153731
5 changed files with 8 additions and 7 deletions

View file

@ -8,7 +8,7 @@ jobs:
docs:
name: Generate docs upon new release
runs-on: ubuntu-latest
container: hexpm/elixir:1.15.0-erlang-26.0.1-alpine-3.18.2
container: hexpm/elixir:1.15.6-erlang-26.0.2-alpine-3.18.2
env:
FLAVOUR: classic
FLAVOUR_PATH: flavours/classic

View file

@ -21,7 +21,7 @@ jobs:
DOCKER_REPO: bonfire
ALPINE_VERSION: 3.18.2
ERLANG_VERSION: 26.0.2
ELIXIR_VERSION: 1.15.4
ELIXIR_VERSION: 1.15.6
steps:
-
name: Cancel any already running releases workflows

View file

@ -11,7 +11,7 @@ jobs:
test_classic_flavour:
name: Test classic flavour
runs-on: ubuntu-latest
container: hexpm/elixir:1.15.0-erlang-26.0.1-alpine-3.18.2
container: hexpm/elixir:1.15.6-erlang-26.0.2-alpine-3.18.2
env:
FLAVOUR: classic
MIX_ENV: test

View file

@ -1,5 +1,5 @@
erlang 26.0.2
elixir 1.15.5-otp-26
elixir 1.15.6-otp-26
just 1.14.0
yarn 1.22.19
nodejs 20.6.1
nodejs 20.7.0

View file

@ -2,10 +2,11 @@
# - .tool-versions
# - .github/workflows/release.yaml
# - .github/workflows/test.yaml
# - mix.exs
# - .github/workflows/docs.yaml
# - mix.exs (only if the minimum compatible version changed)
# The version of Alpine to use for the final image - should match a version used in the Elixir docker image, which can be checked on Docker Hub: https://hub.docker.com/r/hexpm/elixir/tags?name=alpine
ALPINE_VERSION="3.18.2"
ERLANG_VERSION="26.0.2"
ELIXIR_VERSION="1.15.5"
ELIXIR_VERSION="1.15.6"