@@ -61,12 +61,16 @@ PHPUnit via Composer script:
6161composer run-script test
6262```
6363
64+ <!-- -
65+ We also include MacOS on top of Ubuntu so that the devs (usually using Mac) can see for themselves it also works.
66+ --->
67+
6468Latest cross-platform testing results:
65- | Runtime| Ubuntu| Windows|
66- | ---| ---| ---|
67- | Laravel 10 (PHP 8.1)| skipped* | skipped* |
68- | Laravel 11 (PHP 8.2)| [ ![ Build-U-L11-PHP80200] [ build-u-l11-php80200-image ]] [ build-u-l11-php80200-url ] | [ ![ Build-W-L11-PHP80200] [ build-w-l11-php80200-image ]] [ build-w-l11-php80200-url ] |
69- | Laravel 12 (PHP ???)| 🛠️| 🛠️|
69+ | Runtime| MacOS | Ubuntu| Windows|
70+ | ---| ---| ---| --- |
71+ | Laravel 10 (PHP 8.1)| skipped* | skipped* | skipped * |
72+ | Laravel 11 (PHP 8.2)| [ ![ Build-M-L11-PHP80200 ] [ build-m-l11-php80200-image ]] [ build-m-l11-php80200-url ] | [ ![ Build- U-L11-PHP80200] [ build-u-l11-php80200-image ]] [ build-u-l11-php80200-url ] | [ ![ Build-W-L11-PHP80200] [ build-w-l11-php80200-image ]] [ build-w-l11-php80200-url ] |
73+ | Laravel 12 (PHP ???)| 🛠️| 🛠️| 🛠️ |
7074
7175\* Note: tests for these Laravel versions are skipped because they have old ` artisan ` file contents:
7276- It is difficult to mock multi-version ` artisan ` files for different Laravel versions (see https://github.com/Vectorial1024/laravel-process-async/issues/6 ).
@@ -77,6 +81,9 @@ Latest cross-platform testing results:
7781[ packagist-stats-url ] : https://packagist.org/packages/vectorial1024/laravel-process-async/stats
7882[ github-repo-url ] : https://github.com/Vectorial1024/laravel-process-async
7983
84+ [ build-m-l11-php80200-url ] : https://github.com/Vectorial1024/laravel-process-async/actions/workflows/macos_l11.yml
85+ [ build-m-l11-php80200-image ] : https://img.shields.io/github/actions/workflow/status/Vectorial1024/laravel-process-async/macos_l11.yml?style=plastic
86+
8087[ build-u-l11-php80200-url ] : https://github.com/Vectorial1024/laravel-process-async/actions/workflows/ubuntu_l11.yml
8188[ build-u-l11-php80200-image ] : https://img.shields.io/github/actions/workflow/status/Vectorial1024/laravel-process-async/ubuntu_l11.yml?style=plastic
8289
0 commit comments