Skip to content

Commit

Permalink
[seed] update tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eahanson committed Jun 23, 2023
1 parent ec59f41 commit 6335efb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- "*"
env:
ELIXIR_VERSION: "1.14.5"
ELIXIR_VERSION: "1.15.0"
OTP_VERSION: "25.3.2"
jobs:
build_test:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
FROM_EMAIL_ADDRESS: "[email protected]"
services:
postgres:
image: postgres:14.7-alpine
image: postgres:14.8-alpine
env:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
Expand Down
4 changes: 2 additions & 2 deletions .medic/doctor.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{Local.Checks.Versions, :check, [type: "elixir", version: "1.14.5", in: ["asdf", "dockerfile", "github_tests"]]},
{Local.Checks.Versions, :check, [type: "elixir", version: "1.15.0", in: ["asdf", "dockerfile", "github_tests"]]},
{Local.Checks.Versions, :check, [type: "otp", version: "25", in: ["asdf"]]},
{Local.Checks.Versions, :check, [type: "erlang", version: "25.3.2", in: ["asdf", "dockerfile", "github_tests"]]},
{Local.Checks.Versions, :check, [type: "postgres", version: "14.7", in: ["asdf", "github_tests"]]},
{Local.Checks.Versions, :check, [type: "postgres", version: "14.8", in: ["asdf", "github_tests"]]},
{Medic.Checks.Homebrew, :bundled?},
# {Medic.Checks.Git, :uses_ssh?, ["github.com"]},
# {Medic.Checks.Chromedriver, :chrome_installed??},
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir 1.14.5-otp-25
elixir 1.15.0-otp-25
erlang 25.3.2
postgres 14.7
postgres 14.8
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - https://pkgs.org/ - resource for finding needed packages
# - Ex: hexpm/elixir:1.14.0-erlang-25.0.4-debian-bullseye-20210902-slim
#
ARG ELIXIR_VERSION=1.14.5
ARG ELIXIR_VERSION=1.15.0
ARG OTP_VERSION=25.3.2
ARG DEBIAN_VERSION=bullseye-20230227-slim

Expand Down

0 comments on commit 6335efb

Please sign in to comment.