Skip to content

Commit

Permalink
Update PHP version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Jan 16, 2024
1 parent 2837e12 commit c241483
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1]
php: [8.2, 8.3]
laravel: [10.*]
stability: [prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio

[version-src]: https://img.shields.io/packagist/v/kiwilan/steward-laravel.svg?style=flat-square&colorA=18181B&colorB=777BB4
[version-href]: https://packagist.org/packages/kiwilan/steward-laravel
[php-version-src]: https://img.shields.io/static/v1?style=flat-square&label=PHP&message=v8.1&color=777BB4&logo=php&logoColor=ffffff&labelColor=18181b
[php-version-src]: https://img.shields.io/static/v1?style=flat-square&label=PHP&message=v8.2&color=777BB4&logo=php&logoColor=ffffff&labelColor=18181b
[php-version-href]: https://www.php.net/
[downloads-src]: https://img.shields.io/packagist/dt/kiwilan/steward-laravel.svg?style=flat-square&colorA=18181B&colorB=777BB4
[downloads-href]: https://packagist.org/packages/kiwilan/steward-laravel
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwilan/steward-laravel",
"description": "PHP meta package for Laravel with many services and utility.",
"version": "0.7.0",
"version": "0.7.1",
"keywords": [
"kiwilan",
"laravel",
Expand All @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.5",
"illuminate/contracts": "^9.0 || ^10.0",
"illuminate/database": "^9.0 || ^10.0",
Expand Down

0 comments on commit c241483

Please sign in to comment.