Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeed Vaziry committed Apr 2, 2023
1 parent 98234b2 commit ffb383e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffb383e

Please sign in to comment.