Skip to content

Commit 699337d

Browse files
committed
support PHP 8.5
1 parent b9ca630 commit 699337d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
PHP_LOWEST: '8.3'
9-
PHP_LATEST: '8.4'
9+
PHP_LATEST: '8.5'
1010

1111
jobs:
1212
tests:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"homepage": "https://github.com/jrmajor/laravel-fluent",
2626
"require": {
27-
"php": "8.3 - 8.4",
27+
"php": "8.3 - 8.5",
2828
"jrmajor/fluent": "^1.0",
2929
"laravel/framework": "^11.0 || ^12.0"
3030
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)