From 0a0e56c6181f148f6988773d715e87acfa5f5f1b Mon Sep 17 00:00:00 2001 From: tuutti Date: Wed, 27 Nov 2024 07:48:12 +0200 Subject: [PATCH] Fixed test --- ci/drupal/tests/php84.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/drupal/tests/php84.yaml b/ci/drupal/tests/php84.yaml index def9246..bdcdb20 100644 --- a/ci/drupal/tests/php84.yaml +++ b/ci/drupal/tests/php84.yaml @@ -3,4 +3,4 @@ commandTests: - name: 'PHP version' command: php args: ['--version'] - expectedOutput: ['PHP 8.3.*'] + expectedOutput: ['PHP 8.4.*']