From 5b6a804667d420c30d5d9e578ba105d5b34ef455 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 25 Sep 2025 17:38:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Fix=20some=20more=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/ui/StartupTest.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/StartupTest.swift b/tests/ui/StartupTest.swift index 2c00802..2fd4d30 100644 --- a/tests/ui/StartupTest.swift +++ b/tests/ui/StartupTest.swift @@ -48,7 +48,7 @@ final class StartupTest: UITestCase { final func test_get_warning_about_missing_fpm_symlink() throws { var configuration = TestableConfigurations.working - configuration.filesystem["/opt/homebrew/etc/php/8.2/php-fpm.d/valet-fpm.conf"] = nil + configuration.filesystem["/opt/homebrew/etc/php/8.4/php-fpm.d/valet-fpm.conf"] = nil let app = launch(with: configuration)