Skip to content

Commit 04e0dab

Browse files
committed
Use master branch for git URL buildpack test
The fix-rewrite-binary-compilation branch does not have cflinuxfs5 in its manifest, causing 'Unsupported stack' when the CF integration test runs on cflinuxfs5. Use master which always has the current stack support. The test purpose (verify git URL buildpack deploys without release YAML pollution) is not branch-specific.
1 parent 8143299 commit 04e0dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)