This commit is contained in:
Mayel de Borniol 2023-12-21 12:22:13 +00:00
parent 0c57f1f931
commit 93c8b890d4
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ jobs:
docs:
name: Generate docs (upon new release)
runs-on: ubuntu-latest
container: hexpm/elixir:1.15.7-erlang-26.2-alpine-3.18.4
container: hexpm/elixir:1.15.7-erlang-26.2.1-alpine-3.18.4
env:
FLAVOUR: cooperation
FLAVOUR_PATH: flavours/cooperation

View file

@ -20,7 +20,7 @@ jobs:
FLAVOUR: ${{ matrix.flavour }}
DOCKER_REPO: bonfire
ALPINE_VERSION: 3.18.4
ERLANG_VERSION: 26.2
ERLANG_VERSION: 26.2.1
ELIXIR_VERSION: 1.15.7
steps:
-

View file

@ -11,7 +11,7 @@ jobs:
test_classic_flavour:
name: Test classic flavour
runs-on: ubuntu-latest
container: hexpm/elixir:1.15.7-erlang-26.2-alpine-3.18.4
container: hexpm/elixir:1.15.7-erlang-26.2.1-alpine-3.18.4
env:
FLAVOUR: classic
MIX_ENV: test

View file

@ -1,5 +1,5 @@
# NOTE: see instructions in .tool-versions.env
erlang 26.2
erlang 26.2.1
elixir 1.15.7-otp-26
just 1.16.0
yarn 1.22.19