Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 28, 2024
1 parent c0795bb commit ef9f4a3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.18.0-erlang-27.2-alpine-3.21.0
container: hexpm/elixir:1.18.1-erlang-27.2-alpine-3.21.0
# TODO: compute this ^ from .tool-versions.env
env:
FLAVOUR: classic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DOCKER_REPO: bonfire
ALPINE_VERSION: "3.21.0"
ERLANG_VERSION: "27.2"
ELIXIR_VERSION: "1.18.0"
ELIXIR_VERSION: "1.18.1"
# 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.18.0'] # '1.14.5'
elixir: ['1.18.1'] # '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
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# You can use asdf or [mise](https://mise.jdx.dev/) to install these
# NOTE: see upgrade instructions in .tool-versions.env
erlang 27.2
elixir 1.18-otp-27
elixir 1.18.1-otp-27
# elixir 1.17.3-otp-27
# erlang 25.3.2.8
# elixir 1.13.4-otp-25
just 1.35.0
gh 2.61.0
just 1.38.0
gh 2.64.0
yarn 1.22.22
nodejs 22.9.0
nodejs 23.5.0
# chromedriver latest
# ^ we don't want this in CI
2 changes: 1 addition & 1 deletion .tool-versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

# 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.21.0"
ELIXIR_VERSION="1.18.0"
ELIXIR_VERSION="1.18.1"
ERLANG_VERSION="27.2"

0 comments on commit ef9f4a3

Please sign in to comment.