Skip to content

Commit 4091460

Browse files
authored
Merge pull request #17 from markwalet/bump-versions
Bump versions
2 parents 79314c5 + aa30c90 commit 4091460

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
php: [ 8.1, 8.2, 8.3, 8.4 ]
20-
illuminate: [ ^10.0, ^11.0, ^12.0 ]
20+
illuminate: [ ^10.0, ^11.44.2, ^12.0 ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
2323
- illuminate: ^10.0
2424
testbench: 8.*
25-
- illuminate: ^11.0
26-
testbench: 9.*
25+
- illuminate: ^11.44.2
26+
testbench: ^9.13.0
2727
- illuminate: ^12.0
2828
testbench: 10.*
2929
exclude:
3030
- php: 8.1
31-
illuminate: ^11.0
31+
illuminate: ^11.44.2
3232
- php: 8.1
3333
illuminate: ^12.0
3434

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased](https://github.com/markwalet/laravel-packagist/compare/v1.7.1...master)
44

5+
### Changed
6+
- Increase minimum Laravel version to 11.44.2.
7+
58
## [v1.7.1 (2025-02-03)](https://github.com/markwalet/laravel-packagist/compare/v1.7.0...v1.7.1)
69

710
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": "^8.1",
1616
"ext-json": "*",
17-
"laravel/framework": "^10.0|^11.0|^12.0",
17+
"laravel/framework": "^10.0|^11.44.2|^12.0",
1818
"phpoption/phpoption": ">=1.8",
1919
"spatie/packagist-api": "^2.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^10.5|^11.0",
23-
"orchestra/testbench": "8.*|9.*|10.*"
23+
"orchestra/testbench": "8.*|^9.13.0|10.*"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)