Skip to content

Commit ec9192b

Browse files
committed
Bump deps
1 parent 99f6922 commit ec9192b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [8.4, 8.3, 8.2]
15-
laravel: ['10.*', '11.*', '12.*']
15+
laravel: ["10.*", "11.*", "12.*"]
1616
db: [mysql, postgres, sqlite]
1717
dependency-version: [prefer-lowest, prefer-stable]
18+
exclude:
19+
- laravel: 10.*
20+
php: 8.4
1821
include:
1922
- laravel: 10.*
2023
testbench: 8.*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^8.2|^8.3|^8.4",
20-
"illuminate/support": "^10.0|^11.0|^12.0"
20+
"illuminate/support": "^10.48|^11.43|^12.0"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^1.4.4",
24-
"orchestra/testbench": "^8.0|^9.0|^10.0",
24+
"orchestra/testbench": "^8.32|^9.10|^10.0",
2525
"phpunit/phpunit": "^10.4|^11.5.3"
2626
},
2727
"autoload": {
@@ -43,4 +43,4 @@
4343
},
4444
"minimum-stability": "dev",
4545
"prefer-stable": true
46-
}
46+
}

0 commit comments

Comments
 (0)