From 01ce116a8ae52c8c5e90989b1aae512250d53938 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 6 Aug 2019 15:54:03 -0400 Subject: [PATCH] New version check test fix --- tests/VersionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/VersionTest.php b/tests/VersionTest.php index f7ca11a79..c9b549cd3 100644 --- a/tests/VersionTest.php +++ b/tests/VersionTest.php @@ -48,7 +48,7 @@ public function testNewVersionNotAvailable() 'v7.0.0', '7.0.0', '8.0.0', - '7.0.0-alpha', + '7.0.0-beta', '7.0.0+buildid', ];