Skip to content

Commit 173d3fd

Browse files
committed
update test
1 parent 48f3232 commit 173d3fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2, 8.1]
21-
laravel: [10.*]
20+
php: [8.3, 8.2]
21+
laravel: [11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24-
- laravel: 10.*
25-
testbench: 8.*
24+
- laravel: 11.*
25+
testbench: 9.*
2626
carbon: ^2.63
2727

2828
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": "^8.2",
2020
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0"
21+
"illuminate/contracts": "^11.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",
25-
"nunomaduro/collision": "^8.1.1||^7.10.0",
25+
"nunomaduro/collision": "^8.1.1",
2626
"larastan/larastan": "^2.9",
27-
"orchestra/testbench": "^9.0.0||^8.22.0",
27+
"orchestra/testbench": "^9.0.0",
2828
"pestphp/pest": "^2.34",
2929
"pestphp/pest-plugin-arch": "^2.7",
3030
"pestphp/pest-plugin-laravel": "^2.3",

0 commit comments

Comments
 (0)