Skip to content

Commit cf2a3d0

Browse files
committed
drop support for PHP 8.2
1 parent db9669a commit cf2a3d0

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
@@ -5,7 +5,7 @@ on:
55
branches-ignore: [master]
66

77
env:
8-
PHP_LOWEST: '8.2'
8+
PHP_LOWEST: '8.3'
99
PHP_LATEST: '8.4'
1010

1111
jobs:

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.2 - 8.4",
27+
"php": "8.3 - 8.4",
2828
"jrmajor/fluent": "^1.0",
2929
"laravel/framework": "^11.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)