Skip to content

Commit

Permalink
Clarify testing policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Dec 19, 2024
1 parent c517a2b commit e86d5eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ PHPUnit via Composer script:
composer run-script test
```

Latest results of cross-platform core testing:
**Note**: only the latest version of Laravel and its "past-compatible versions" (i.e., past versions with a compatible `artisan` file) are tested to simplify `artisan` mocking.
This should not cause test incompleteness because the Laravel framework API is very likely compatible across versions.

Latest cross-platform testing results:
|Runtime|Ubuntu|Windows|
|---|---|---|
|Laravel 10 (PHP 8.1)|[![Build-U-L10-PHP80100][build-u-l10-php80100-image]][build-u-l10-php80100-url]|[![Build-W-L10-PHP80100][build-w-l10-php80100-image]][build-u-l10-php80100-url]|
Expand Down

0 comments on commit e86d5eb

Please sign in to comment.