Skip to content

Commit 5369d92

Browse files
authored
Merge pull request #1260 from cloudfoundry/fix-test
Use master branch for git URL buildpack test
2 parents a4b6180 + 04e0dab commit 5369d92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/php/integration/default_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
9494
}
9595

9696
deployment, logs, err := platform.Deploy.
97-
WithBuildpacks("https://github.com/cloudfoundry/php-buildpack.git#fix-rewrite-binary-compilation").
97+
WithBuildpacks("https://github.com/cloudfoundry/php-buildpack.git#master").
9898
WithEnv(map[string]string{
9999
"BP_DEBUG": "1",
100100
}).

0 commit comments

Comments
 (0)