From 7491beda72e9da6d31bd24f9ae87acdbe03f93d5 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 22 Aug 2024 16:13:39 +0800 Subject: [PATCH 1/2] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/collision-tests.yaml | 1 - .github/workflows/coveralls.yaml | 2 +- .github/workflows/tests.yaml | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/collision-tests.yaml b/.github/workflows/collision-tests.yaml index a3d96598c..23a06be30 100644 --- a/.github/workflows/collision-tests.yaml +++ b/.github/workflows/collision-tests.yaml @@ -22,7 +22,6 @@ jobs: phpunit: - "^9.5.10" dependencies: - - "locked" - "highest" experimental: - false diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index cefe69f5a..a14837791 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -15,7 +15,7 @@ jobs: php: - 8.1 dependencies: - - "locked" + - "highest" experimental: - false diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a80a2696c..4aae02bd5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,9 +21,8 @@ jobs: phpunit: - "^8.5.21" dependencies: - - "locked" - - "lowest" - "highest" + - "lowest" experimental: - false From 18cb72d35c3f2ccbc120393c393ebe8f7acbd028 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 22 Aug 2024 23:25:11 +0800 Subject: [PATCH 2/2] wip Signed-off-by: Mior Muhammad Zaki --- tests/Integrations/ArtisanTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Integrations/ArtisanTest.php b/tests/Integrations/ArtisanTest.php index 47d7c8c75..761001539 100644 --- a/tests/Integrations/ArtisanTest.php +++ b/tests/Integrations/ArtisanTest.php @@ -11,7 +11,10 @@ class ArtisanTest extends TestCase { - /** @test */ + /** + * @test + * @group core + */ public function it_can_generate_the_same_output() { $phpBinary = \defined('PHP_BINARY') ? PHP_BINARY : (new PhpExecutableFinder)->find();