Skip to content

Commit

Permalink
update elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 19, 2024
1 parent 2084da3 commit 5c1d832
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
docs:
name: Generate docs (upon new release)
runs-on: ubuntu-latest
container: hexpm/elixir:1.17.3-erlang-27.2-alpine-3.20.3
container: hexpm/elixir:1.18.0-erlang-27.2-alpine-3.21.0
# TODO: compute this ^ from .tool-versions.env
env:
FLAVOUR: classic
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
env:
FLAVOUR: ${{ matrix.flavour }}
DOCKER_REPO: bonfire
ALPINE_VERSION: "3.20.3"
ALPINE_VERSION: "3.21.0"
ERLANG_VERSION: "27.2"
ELIXIR_VERSION: "1.17.3"
ELIXIR_VERSION: "1.18.0"
# TODO: read these ^ from .tool-versions.env
WITH_AI: "0"
WITH_LV_NATIVE: "0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
flavour: ['classic'] # 'community', 'cooperation'
otp: ['27.2', '25.2.3']
elixir: ['1.17.3'] # '1.14.5'
elixir: ['1.18.0'] # '1.14.5'
test_only: ['backend', 'ui'] # 'federation' - FIXME: federation results in (Ecto.ConstraintError) constraint error when attempting to insert struct: "bonfire_data_access_control_encircle_circle_id_fkey" (foreign_key_constraint) in `fake_user`
# ^ test with latest versions + oldest supported (i.e. versions available in debian stable)
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml.old
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test_classic_flavour:
name: Test classic flavour
runs-on: ubuntu-latest
container: hexpm/elixir:1.17.2-erlang-26.2.4-alpine-3.20.3
container: hexpm/elixir:1.17.2-erlang-26.2.4-alpine-3.21.0
env:
FLAVOUR: classic
MIX_ENV: test
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# - 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.20.3"
ELIXIR_VERSION="1.17.3"
ALPINE_VERSION="3.21.0"
ELIXIR_VERSION="1.18.0"
ERLANG_VERSION="27.2"

0 comments on commit 5c1d832

Please sign in to comment.