Skip to content

Commit

Permalink
drop support for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Nov 23, 2024
1 parent db9669a commit cf2a3d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches-ignore: [master]

env:
PHP_LOWEST: '8.2'
PHP_LOWEST: '8.3'
PHP_LATEST: '8.4'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"homepage": "https://github.com/jrmajor/laravel-fluent",
"require": {
"php": "8.2 - 8.4",
"php": "8.3 - 8.4",
"jrmajor/fluent": "^1.0",
"laravel/framework": "^11.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf2a3d0

Please sign in to comment.