Update tools

This commit is contained in:
Mayel de Borniol 2024-03-17 10:02:37 +00:00
parent dd7538d152
commit ef3f1d32c1
5 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ jobs:
docs:
name: Generate docs (upon new release)
runs-on: ubuntu-latest
container: hexpm/elixir:1.16.1-erlang-26.2.2-alpine-3.19.1
container: hexpm/elixir:1.16.2-erlang-26.2.3-alpine-3.19.1
env:
FLAVOUR: cooperation
FLAVOUR_PATH: flavours/cooperation

View file

@ -20,8 +20,8 @@ jobs:
FLAVOUR: ${{ matrix.flavour }}
DOCKER_REPO: bonfire
ALPINE_VERSION: 3.19.1
ERLANG_VERSION: 26.2.2
ELIXIR_VERSION: 1.16.1
ERLANG_VERSION: 26.2.3
ELIXIR_VERSION: 1.16.2
steps:
-
name: Cancel any already running releases workflows

View file

@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
flavour: ['classic'] # 'community', 'cooperation'
otp: ['26.2']
elixir: ['1.16']
otp: ['26.2.3', '25.3.2.8']
elixir: ['1.16.2', '1.13.4']
env:
FLAVOUR: ${{matrix.flavour}}
MIX_ENV: test

View file

@ -11,7 +11,7 @@ jobs:
test_classic_flavour:
name: Test classic flavour
runs-on: ubuntu-latest
container: hexpm/elixir:1.16.1-erlang-26.2.2-alpine-3.19.1
container: hexpm/elixir:1.16.2-erlang-26.2.3-alpine-3.19.1
env:
FLAVOUR: classic
MIX_ENV: test

View file

@ -1,7 +1,7 @@
# You can use asdf or [mise](https://github.com/jdx/mise) to install these
# NOTE: see upgrade instructions in .tool-versions.env
erlang 26.2.2
elixir 1.16.1-otp-26
erlang 26.2.3
elixir 1.16.2-otp-26
# erlang 25.3.2.8
# elixir 1.13.4-otp-25
just 1.23