From 26dd5f298ff2cca2307381412d79f87da4d18fe8 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 11 Jan 2024 10:51:45 +0000 Subject: [PATCH] chore: adjusts tests --- .github/workflows/tests.yml | 8 ++++---- tests/.snapshots/success.txt | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b79676d..fd65286a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,8 +15,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, macos-latest, windows-latest] - symfony: ['6.4.0', '7.0.1'] - php: ['8.1', '8.2', '8.3'] + symfony: ['7.0.1'] + php: ['8.2', '8.3'] dependency_version: [prefer-lowest, prefer-stable] exclude: - php: '8.1' @@ -46,8 +46,8 @@ jobs: - name: Unit Tests run: composer test:unit - - name: Parallel Tests - run: composer test:parallel + # - name: Parallel Tests + # run: composer test:parallel - name: Integration Tests run: composer test:integration diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index a03a6bdb..e16ebddb 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -38,9 +38,9 @@ ↓ is marked as todo 3 ↓ shouldBeMarkedAsTodo - WARN Tests\Features\Coverage + PASS Tests\Features\Coverage ✓ it has plugin - - it adds coverage if --coverage exist → Coverage is not available + ✓ it adds coverage if --coverage exist ✓ it adds coverage if --min exist ✓ it generates coverage based on file input @@ -1368,4 +1368,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 23 skipped, 968 passed (2293 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 22 skipped, 969 passed (2298 assertions) \ No newline at end of file