Skip to content

Commit eb1397d

Browse files
committed
wip
1 parent cb51778 commit eb1397d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/back-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
php-version:
52-
- "8.3"
5352
- "8.4"
53+
- "8.5"
5454
dependencies:
5555
- "lowest"
5656
- "locked"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.3.0 || ^8.4.0",
18+
"php": "^8.4.0 || ^8.5.0",
1919
"ext-exif": "*",
2020
"ext-gd": "*",
2121
"laravel/framework": "^11.31 || ^12.0"

src/Root.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Root
2727
*
2828
* @var string
2929
*/
30-
public const string VERSION = '2.8.0';
30+
public const string VERSION = '2.8.1';
3131

3232
/**
3333
* The registered booting callbacks.

0 commit comments

Comments
 (0)