Skip to content

Commit

Permalink
Minor update to highlight compatibility with PHP & Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Sep 22, 2023
1 parent 2a8c652 commit 15768ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]

jobs:
test:
name: PHPUnit Tests
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-php8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: workflow_dispatch

jobs:
matrix-build:
name: PHPUnit Tests Matrix
runs-on: ubuntu-latest

strategy:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

Easy to use package to identify the visitor's browser details and device type.
Magic is **not** involved the results are generated by multiple well tested and developed packages.
Supports **every Laravel** version between **4.0 » 10.x**, also tested on **every PHP** version between **5.6 » 8.2**.

Supports **every Laravel** version between **4.0 » 10.x**;
Also tested on **every PHP** version between **5.6 » 8.2**.

### How to install

Expand Down

0 comments on commit 15768ae

Please sign in to comment.