Skip to content

Commit

Permalink
add 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Jan 27, 2025
1 parent 70c70bb commit a2cadbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [8.2, 8.3]
php-version: [8.2, 8.3, 8.4]
laravel-version:
[
"9.*", # Test Laravel 9
"10.*", # Test latest version
"10.*", # Test Laravel 10
"11.*", # Test Laravel 11
]
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
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.3**.
Supports **every Laravel** version between **4.0 » 11.x**;
Also tested on **every PHP** version between **5.6 » 8.4**.

### How to install

Expand Down Expand Up @@ -92,14 +92,15 @@ Easy peasy, ain't it?
The following matrix has been continuously tested by the great and awesome **GitHub Actions**!

| ----- | Browser Detect 1.x | Browser Detect 2.x | Browser Detect 3.x | Browser Detect 4.x | Browser Detect 5.x |
| :----------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: |
|:------------:| :----------------: | :----------------: | :----------------: | :----------------: | :----------------: |
| Laravel 4.x | ✓ | ✓ | - | - | - |
| Laravel 5.x | - | ✓ | ✓ | - | - |
| Laravel 6.x | - | - | - | ✓ | - |
| Laravel 7.x | - | - | - | ✓ | - |
| Laravel 8.x | - | - | - | 4.4+ | - |
| Laravel 9.x | - | - | - | 4.4+ | ✓ |
| Laravel 10.x | - | - | - | - | ✓ |
| Laravel 11.x | - | - | - | - | ✓ |
| Standalone | - | - | - | 4.2+ | ✓ |

Since 2013 the package runs tests on every possible PHP / Laravel version matrix.
Expand Down

0 comments on commit a2cadbb

Please sign in to comment.