Skip to content

Commit

Permalink
Drop stacks workaround in buildpack.toml
Browse files Browse the repository at this point in the history
Added in 75153c2, but now buildpacks/github-actions#283 is out which incorporates a Pack version that has a fix.
  • Loading branch information
dzuelke committed Jun 6, 2024
1 parent 75153c2 commit 33fe185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.3
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.7.0
uses: buildpacks/github-actions/setup-pack@v5.7.1
- name: Pull builder image
run: docker pull ${{ env.INTEGRATION_TEST_CNB_BUILDER }}
# The integration tests are annotated with the `ignore` attribute, allowing us to run
Expand Down
8 changes: 0 additions & 8 deletions buildpacks/php/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ keywords = ["php", "heroku"]
[[buildpack.licenses]]
type = "BSD-3-Clause"

# Temporary workaround until Buildpacks GHAs get a release
# which includes Pack 0.34.0 or later:
# https://github.com/buildpacks/github-actions/releases
# https://github.com/buildpacks/pack/releases/tag/v0.34.0
# https://github.com/buildpacks/pack/pull/2081
[[stacks]]
id = "*"

[[targets]]
os = "linux"
arch = "amd64"
Expand Down

0 comments on commit 33fe185

Please sign in to comment.