Skip to content

Commit 75887bd

Browse files
committed
wip: simplifying test suits
1 parent 553a543 commit 75887bd

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/run-tests.yml

+2-20
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,12 @@ jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
fail-fast: true
13+
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.3, 8.2, 8.1]
1717
laravel: [12.*, 11.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
19-
include:
20-
- laravel: 12.*
21-
testbench: 10.*
22-
carbon: ^3.2
23-
laravel-package-tools: ^1.16.4
24-
collision: ^8.1.1
25-
26-
- laravel: 11.*
27-
testbench: 9.*
28-
carbon: ^3.2
29-
laravel-package-tools: ^1.16.4
30-
collision: ^8.1.1
31-
32-
- laravel: 10.*
33-
testbench: 8.*
34-
carbon: ^2.63
35-
laravel-package-tools: ^1.16.4
36-
collision: 7.*
3719

3820
exclude:
3921
- laravel: 11.*
@@ -61,7 +43,7 @@ jobs:
6143
6244
- name: Install dependencies
6345
run: |
64-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
46+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
6547
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6648
6749
- name: List Installed Dependencies

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"require-dev": {
4040
"guzzlehttp/guzzle": "^7.0",
4141
"laravel/pint": "^1.0",
42-
"larastan/larastan": "^2.0|^3.0-dev",
43-
"nunomaduro/collision": "^7.9|^8.0",
42+
"larastan/larastan": "^2.0|^3.0@dev",
43+
"nunomaduro/collision": "^7.9|^8.1.1",
4444
"orchestra/testbench": "^8.0|^9.0|^10.0",
4545
"pestphp/pest": "^2.0|^3.0",
4646
"pestphp/pest-plugin-arch": "^2.0|^3.0",

0 commit comments

Comments
 (0)