Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Mar 14, 2024
1 parent 382bebd commit adfade5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Feature/Tags/CanonicalTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@

get(route('seo.test-page', ['page' => $page]))
->assertOk();
})->skip(version_compare(Illuminate\Foundation\Application::VERSION, '10', 'lt'));
})
// Skip tests on Laravel 9, so we don't need to install Doctrine for this test only.
->skip(version_compare(Illuminate\Foundation\Application::VERSION, '10', 'lt'));

0 comments on commit adfade5

Please sign in to comment.