Skip to content

Commit c528b2d

Browse files
authored
Add heroku/php to heroku-24 (#533)
And bump it to 0.2.0 GUS-W-14667552 GUS-W-15158300
1 parent aa46633 commit c528b2d

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

.github/workflows/build-test-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676
arch: arm64
7777
- builder: builder-22
7878
arch: arm64
79-
# TODO: Remove these temporary exclusions as each language is added to builder-24.
80-
- builder: builder-24
81-
language: php
8279

8380
steps:
8481
- name: Checkout getting started guide

builder-20/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = "0.19.6"
2222

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

2727
[[buildpacks]]
2828
id = "heroku/procfile"
@@ -109,7 +109,7 @@ version = "0.19.6"
109109
[[order]]
110110
[[order.group]]
111111
id = "heroku/php"
112-
version = "0.1.2"
112+
version = "0.2.0"
113113
[[order.group]]
114114
id = "heroku/procfile"
115115
version = "3.1.1"

builder-22/builder.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = "0.19.6"
2222

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

2727
[[buildpacks]]
2828
id = "heroku/procfile"
@@ -109,7 +109,7 @@ version = "0.19.6"
109109
[[order]]
110110
[[order.group]]
111111
id = "heroku/php"
112-
version = "0.1.2"
112+
version = "0.2.0"
113113
[[order.group]]
114114
id = "heroku/procfile"
115115
version = "3.1.1"

builder-24/builder.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ version = "0.19.6"
2020
id = "heroku/nodejs"
2121
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:033a21f52b86204fe0c8cab50d422cd59204d443ab6aaeefaa6107a069470466"
2222

23+
[[buildpacks]]
24+
id = "heroku/php"
25+
uri = "docker://docker.io/heroku/buildpack-php@sha256:21c6e7c49c6a62167ff1f8c2d1aaebdde99e278d677ecb04ec404a1f66065d93"
26+
2327
[[buildpacks]]
2428
id = "heroku/procfile"
2529
uri = "docker://docker.io/heroku/buildpack-procfile@sha256:2de0917544af55f26631a5a9e3f812b1da6c05067abfd75dc9a87a1da7172586"
@@ -101,3 +105,12 @@ version = "0.19.6"
101105
id = "heroku/procfile"
102106
version = "3.1.1"
103107
optional = true
108+
109+
[[order]]
110+
[[order.group]]
111+
id = "heroku/php"
112+
version = "0.2.0"
113+
[[order.group]]
114+
id = "heroku/procfile"
115+
version = "3.1.1"
116+
optional = true

0 commit comments

Comments
 (0)