Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ executors:
#
# It runs as uid 1000 "heroku" with no sudo, so every step below
# must work unelevated. That is why Ruby goes in $HOME.
- image: heroku/heroku:24-build@sha256:a6e743f508a2f37f90ddd551587c3a0776529219ae427296db8836fa9a680275
- image: heroku/heroku:24-build@sha256:a33cacde3aeaef8a14eee20f4eb2d47c8e13a9dfcdc3493ca9caf6a9c4257456
environment:
PG_HOST: localhost
PG_USER: ubuntu
Expand Down Expand Up @@ -150,7 +150,7 @@ executors:
# sharing the prepare_ruby command.
ruby-only:
docker:
- image: heroku/heroku:24-build@sha256:a6e743f508a2f37f90ddd551587c3a0776529219ae427296db8836fa9a680275
- image: heroku/heroku:24-build@sha256:a33cacde3aeaef8a14eee20f4eb2d47c8e13a9dfcdc3493ca9caf6a9c4257456
environment:
RAILS_ENV: test
RACK_ENV: test
Expand Down