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."