From a949c528827b0ca552836d8a732591f645cde5ee Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Fri, 12 Jul 2024 12:00:08 -0700 Subject: [PATCH] Upstream PHP version --- .circleci/features/phpversion.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/features/phpversion.feature b/.circleci/features/phpversion.feature index 240d402015..650dce62e8 100644 --- a/.circleci/features/phpversion.feature +++ b/.circleci/features/phpversion.feature @@ -7,4 +7,4 @@ Feature: Check php version Scenario: Check the php version in the phpinfo output Given I am logged in as a user with the "administrator" role And I am on "/admin/reports/status/php" - Then I should see "PHP Version 7.4." + Then I should see "PHP Version 8.2."