Skip to content

Commit 2037282

Browse files
committed
L12
1 parent dd9d994 commit 2037282

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
php: [8.4, 8.3]
21-
laravel: [11.*]
21+
laravel: [12.*, 11.*]
2222
stability: [prefer-stable]
23+
include:
24+
- laravel: 12.*
25+
testbench: 10.*
26+
- laravel: 11.*
27+
testbench: 9.*
2328

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

@@ -41,7 +46,7 @@ jobs:
4146
4247
- name: Install dependencies
4348
run: |
44-
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
49+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4550
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4651
4752
- name: List Installed Dependencies

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",
25-
"nunomaduro/collision": "^8.1.1",
26-
"larastan/larastan": "^3.0",
27-
"orchestra/testbench": "^9.0.0||^10.0.0",
25+
"nunomaduro/collision": "^8.1.1||^7.10.0",
26+
"larastan/larastan": "^2.9||^3.0",
27+
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
2828
"pestphp/pest": "^3.0",
2929
"pestphp/pest-plugin-arch": "^3.0",
3030
"pestphp/pest-plugin-laravel": "^3.0",

0 commit comments

Comments
 (0)