Skip to content

Commit

Permalink
Add heroku/php to heroku-24 (#533)
Browse files Browse the repository at this point in the history
And bump it to 0.2.0

GUS-W-14667552
GUS-W-15158300
  • Loading branch information
dzuelke authored Jun 5, 2024
1 parent aa46633 commit c528b2d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ jobs:
arch: arm64
- builder: builder-22
arch: arm64
# TODO: Remove these temporary exclusions as each language is added to builder-24.
- builder: builder-24
language: php

steps:
- name: Checkout getting started guide
Expand Down
4 changes: 2 additions & 2 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = "0.19.6"

[[buildpacks]]
id = "heroku/php"
uri = "docker://docker.io/heroku/buildpack-php@sha256:9d76792ba9869eb96ba3b41b0bfb48c6adfaa58a361bba6083505c84c5a8d61e"
uri = "docker://docker.io/heroku/buildpack-php@sha256:21c6e7c49c6a62167ff1f8c2d1aaebdde99e278d677ecb04ec404a1f66065d93"

[[buildpacks]]
id = "heroku/procfile"
Expand Down Expand Up @@ -109,7 +109,7 @@ version = "0.19.6"
[[order]]
[[order.group]]
id = "heroku/php"
version = "0.1.2"
version = "0.2.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
Expand Down
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = "0.19.6"

[[buildpacks]]
id = "heroku/php"
uri = "docker://docker.io/heroku/buildpack-php@sha256:9d76792ba9869eb96ba3b41b0bfb48c6adfaa58a361bba6083505c84c5a8d61e"
uri = "docker://docker.io/heroku/buildpack-php@sha256:21c6e7c49c6a62167ff1f8c2d1aaebdde99e278d677ecb04ec404a1f66065d93"

[[buildpacks]]
id = "heroku/procfile"
Expand Down Expand Up @@ -109,7 +109,7 @@ version = "0.19.6"
[[order]]
[[order.group]]
id = "heroku/php"
version = "0.1.2"
version = "0.2.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
Expand Down
13 changes: 13 additions & 0 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ version = "0.19.6"
id = "heroku/nodejs"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:033a21f52b86204fe0c8cab50d422cd59204d443ab6aaeefaa6107a069470466"

[[buildpacks]]
id = "heroku/php"
uri = "docker://docker.io/heroku/buildpack-php@sha256:21c6e7c49c6a62167ff1f8c2d1aaebdde99e278d677ecb04ec404a1f66065d93"

[[buildpacks]]
id = "heroku/procfile"
uri = "docker://docker.io/heroku/buildpack-procfile@sha256:2de0917544af55f26631a5a9e3f812b1da6c05067abfd75dc9a87a1da7172586"
Expand Down Expand Up @@ -101,3 +105,12 @@ version = "0.19.6"
id = "heroku/procfile"
version = "3.1.1"
optional = true

[[order]]
[[order.group]]
id = "heroku/php"
version = "0.2.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
optional = true

0 comments on commit c528b2d

Please sign in to comment.