From d9bde7a05d564622840385b7ddaa4d9fc0a901c2 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:02:32 +0300 Subject: [PATCH] Bump minimum PHP version to v8.2 in smoke tests --- Tests/AAASmokeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/AAASmokeTest.php b/Tests/AAASmokeTest.php index ceef95d..e83bcb8 100644 --- a/Tests/AAASmokeTest.php +++ b/Tests/AAASmokeTest.php @@ -16,7 +16,7 @@ class AAASmokeTest extends TestCase { - private const MIN_PHP_VERSION = '8.0.0'; + private const MIN_PHP_VERSION = '8.2.0'; /** * @test