Skip to content

Commit b5ea594

Browse files
committed
Skipped PHP 8.5 Support
1 parent 1a32dc5 commit b5ea594

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:
15-
php-version: '8.5'
15+
php-version: '8.4'
1616
coverage: none
1717

1818
- name: Install composer dependencies

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 1
1515
matrix:
1616
os: [ ubuntu-latest ]
17-
php: [ 8.2, 8.3, 8.4, 8.5 ]
17+
php: [ 8.2, 8.3, 8.4 ]
1818
laravel: [ 12.* ]
1919
stability: [ prefer-lowest, prefer-stable ]
2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This package is only designed to login with a single user account to display ins
4141

4242
| Version | PHP Version | Laravel Version |
4343
|---------|-------------|-----------------|
44-
| v12.0.0 | ^8.2 - ^8.5 | ^12.* |
44+
| v12.0.0 | ^8.2 - ^8.4 | ^12.* |
4545
| v11.0.0 | ^8.2 - ^8.3 | ^11.* |
4646

4747
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "8.2.*|8.3.*|8.4.*|8.5.*",
24+
"php": "8.2.*|8.3.*|8.4.*",
2525
"guzzlehttp/guzzle": "^7.8",
2626
"illuminate/contracts": "^12.0",
2727
"nesbot/carbon": "^3.8",

0 commit comments

Comments
 (0)