Skip to content

Commit

Permalink
Update build stack
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 committed Aug 21, 2024
1 parent b602d68 commit 9ab381b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
if: ${{ github.event_name == 'push' || github.event.label.name == 'run-acceptance-tests' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
name: Acceptance
container: heroku/heroku:20-build
container: heroku/heroku:24-build
runs-on: ubuntu-latest
env:
SLUGCMPLR_ACC: "true"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The `CACHE-DIR` will be used by the buildpacks as their cache argument to speed
up builds in the future, as per the [Buildpack API](https://devcenter.heroku.com/articles/buildpack-api)

To guarantee full compatibility, it is recommended to run this step using
Heroku's build containers. `heroku/heroku:20-build` or `heroku/heroku:18-build`.
Heroku's build containers. e.g. `heroku/heroku:24-build`.

#### `release --build-dir [BUILD-DIR]`

Expand Down

0 comments on commit 9ab381b

Please sign in to comment.