Skip to content

Commit 81629d6

Browse files
committed
remove laravel v10 for v12 in testing.
1 parent 1602bc1 commit 81629d6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
laravel: [ ^10.0, ^11.0 ]
33-
php: ['8.3', '8.4']
32+
laravel: [^11.0, ^12.0]
33+
php: [8.3, 8.4]
3434
include:
3535
- laravel: ^10.0
3636
testbench: ^8.0

.phpunit.cache/test-results

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^8.1",
24-
"illuminate/support": "^10.0|^11.0"
24+
"illuminate/support": ">=10.0"
2525
},
2626
"require-dev": {
2727
"ext-mongodb": "*",

0 commit comments

Comments
 (0)