Skip to content

Commit fcf56b0

Browse files
committed
Update run-tests.yml and composer.json: adjust testbench version and revert minimum stability to stable
1 parent a4d43e4 commit fcf56b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
testbench: 9.*
2222
carbon: ^2.72.2
2323
- laravel: 12.*
24-
testbench: ^10.38.0
24+
testbench: ^10.3.0
2525
carbon: ^3.8.4
2626
exclude: []
2727

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"phpstan/extension-installer": true
5757
}
5858
},
59-
"minimum-stability": "dev",
59+
"minimum-stability": "stable",
6060
"prefer-stable": true
6161
}

0 commit comments

Comments
 (0)