diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4d7965..14ee8e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.0, 8.1 ] + php: [ 8.1, 8.2 ] laravel: [ ^8.0, ^9.0, ^10.0 ] steps: diff --git a/README.md b/README.md index 8e43a26..e056a4d 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,18 @@ This package works only on Linux servers. **1)** Install the latest version from composer +For PHP >= 8.1 + ```shell composer require saeedvaziry/laravel-monitoring ``` +For PHP <= 8.0 + +```shell +composer require saeedvaziry/laravel-monitoring "1.4.2" +``` + **2)** Publish vendors ```shell