Skip to content

Commit 45f8fb5

Browse files
committed
build(deps): update to stable dependencies
1 parent a57e6ae commit 45f8fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
php: [ 8.2, 8.3, 8.4 ]
22-
core: [ '4.3.2', '5.0.1' ]
22+
core: [ '4.3.2', '5.2' ]
2323
laravel: [ 11, 12 ]
2424
exclude:
2525
- laravel: 12

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dev-develop": "4.x-dev"
5151
}
5252
},
53-
"minimum-stability": "dev",
53+
"minimum-stability": "stable",
5454
"prefer-stable": true,
5555
"config": {
5656
"sort-packages": true

0 commit comments

Comments
 (0)