Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 19, 2024
1 parent f8c1368 commit 3153f4b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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-alpine-3.20.3
container: hexpm/elixir:1.17.3-erlang-27.1.2-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"
ERLANG_VERSION: "27.1.2"
ELIXIR_VERSION: "1.17.3"
# TODO: read these ^ from .tool-versions.env
WITH_IMAGE_VIX: "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', '25.2.3']
otp: ['27.1.2', '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
erlang 27.1.2
elixir 1.17.3-otp-27
# erlang 25.3.2.8
# elixir 1.13.4-otp-25
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# 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"
ERLANG_VERSION="27.1"
ERLANG_VERSION="27.1.2"

0 comments on commit 3153f4b

Please sign in to comment.