From cfb72d178130bddd488439e903de37be228a86d0 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 26 Sep 2025 21:58:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20All=20tests=20pass=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/ui/MainMenuTest.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ui/MainMenuTest.swift b/tests/ui/MainMenuTest.swift index e268c99..4d205ff 100644 --- a/tests/ui/MainMenuTest.swift +++ b/tests/ui/MainMenuTest.swift @@ -108,10 +108,10 @@ final class MainMenuTest: UITestCase { // But not PHP 8.6 (yet) assertNotExists(app.staticTexts["PHP 8.6"]) - // Also, PHP 8.2 should have an update available + // Also, PHP 8.4 should have an update available assertExists(app.staticTexts["phpman.version.has_update".localized( - "8.2.6", - "8.2.11" + "8.4.5", + "8.4.11" )], 5) }