Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 8, 2024
1 parent dbc7718 commit 9e7cf6f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 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.1.2-alpine-3.20.3
container: hexpm/elixir:1.17.3-erlang-27.1.3-alpine-3.20.3
# 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 @@ -21,7 +21,7 @@ jobs:
FLAVOUR: ${{ matrix.flavour }}
DOCKER_REPO: bonfire
ALPINE_VERSION: "3.20.3"
ERLANG_VERSION: "27.1.2"
ERLANG_VERSION: "27.1.3"
ELIXIR_VERSION: "1.17.3"
# TODO: read these ^ from .tool-versions.env
WITH_AI: "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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
flavour: ['classic'] # 'community', 'cooperation'
otp: ['27.1.2', '25.2.3']
otp: ['27.1.3', '25.2.3']
elixir: ['1.17.3'] # '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)
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# You can use asdf or [mise](https://mise.jdx.dev/) to install these
# NOTE: see upgrade instructions in .tool-versions.env
erlang 27.1.2
erlang 27.1.3
elixir 1.17.3-otp-27
# erlang 25.3.2.8
# elixir 1.13.4-otp-25
Expand Down
Loading

0 comments on commit 9e7cf6f

Please sign in to comment.