From 04e0dab36085181ea1e58cc87c7a58d999872c5e Mon Sep 17 00:00:00 2001 From: ivanovac Date: Wed, 15 Apr 2026 10:45:07 +0300 Subject: [PATCH] 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. --- src/php/integration/default_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php/integration/default_test.go b/src/php/integration/default_test.go index 5212245f4..403afeeb7 100644 --- a/src/php/integration/default_test.go +++ b/src/php/integration/default_test.go @@ -94,7 +94,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T } deployment, logs, err := platform.Deploy. - WithBuildpacks("https://github.com/cloudfoundry/php-buildpack.git#fix-rewrite-binary-compilation"). + WithBuildpacks("https://github.com/cloudfoundry/php-buildpack.git#master"). WithEnv(map[string]string{ "BP_DEBUG": "1", }).