diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4248d02..47cce19 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: php: ['8.2', '8.3'] - laravel: ['10.38', '10.48', '11.0'] + laravel: ['10.43', '10.48', '11.0'] name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} steps: - name: Checkout diff --git a/Changelog.md b/Changelog.md index 5d35c01..dc82314 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,7 +10,7 @@ - Dropped Enum v3 Support - Added PHP 8.3 Support - Added Laravel 11 Support -- Changed minimum Laravel version to v10.38.2 +- Changed minimum Laravel version to v10.43 - Changed minimal Enum requirement to v4.2 - Added `isZoneRestricted()` & `isNotZoneRestricted()` helper methods to the `ShippingMethod` class - BC: Changed the ShippingFeeCalculator, Carrier and Shipment interfaces to Configurable & Schematized diff --git a/composer.json b/composer.json index 7f725be..6aa7dee 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "konekt/concord": "^1.13", "konekt/enum": "^4.2", "konekt/laravel-migration-compatibility": "^1.6", - "laravel/framework": "^10.38.2|^11.0", + "laravel/framework": "^10.43|^11.0", "vanilo/contracts": "^4.0", "vanilo/support": "^4.0" },