We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b6180 + 04e0dab commit 5369d92Copy full SHA for 5369d92
1 file changed
src/php/integration/default_test.go
@@ -94,7 +94,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
94
}
95
96
deployment, logs, err := platform.Deploy.
97
- WithBuildpacks("https://github.com/cloudfoundry/php-buildpack.git#fix-rewrite-binary-compilation").
+ WithBuildpacks("https://github.com/cloudfoundry/php-buildpack.git#master").
98
WithEnv(map[string]string{
99
"BP_DEBUG": "1",
100
}).
0 commit comments