Skip to content

Commit 5e5f5b6

Browse files
committed
updates
1 parent 0826414 commit 5e5f5b6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.2, 8.1]
17-
laravel: [10.*]
17+
laravel: [10.*,11.*]
1818
stability: [prefer-stable]
1919
include:
2020
- laravel: 10.*

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@
2323
"spatie/laravel-package-tools": "^1.14"
2424
},
2525
"require-dev": {
26-
"laravel/pint": "^1.0",
27-
"nunomaduro/collision": "^6.0|^8.0",
28-
"orchestra/testbench": "^7.0|^9.0",
2926
"pestphp/pest": "^1.21|^2.0",
30-
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
31-
"phpunit/phpunit": "^9.5|^11.0"
27+
"pestphp/pest-plugin-laravel": "^1.1|^2.0"
3228
},
3329
"autoload": {
3430
"psr-4": {

0 commit comments

Comments
 (0)