Skip to content

Commit 4b5aa9e

Browse files
committed
Removed brianium/paratest package
1 parent 5b107a3 commit 4b5aa9e

File tree

3 files changed

+7
-315
lines changed

3 files changed

+7
-315
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
matrix:
2626
os: [ubuntu-latest]
2727
php: [7.3, 7.4, 8.0, 8.1]
28-
laravel: [7.*, 8.*, 9.0.0]
28+
laravel: [7.*, 8.*, 9.*]
2929
stability: [prefer-stable]
3030
include:
31-
- laravel: 9.0.0
31+
- laravel: 9.*
3232
testbench: ^7.0
3333
- laravel: 8.*
3434
testbench: ^6.6
@@ -37,9 +37,9 @@ jobs:
3737
exclude:
3838
- laravel: 7.*
3939
php: 8.1
40-
- laravel: 9.0.0
40+
- laravel: 9.*
4141
php: 7.3
42-
- laravel: 9.0.0
42+
- laravel: 9.*
4343
php: 7.4
4444
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
4545

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "9.5.*",
23-
"orchestra/testbench": "7.0.0",
2423
"laravel/legacy-factories": "^1.1",
25-
"brianium/paratest": "^6.3",
26-
"nunomaduro/larastan": "^0.7.6"
24+
"nunomaduro/larastan": "^0.7.6",
25+
"orchestra/testbench": "^7.0"
2726
},
2827
"scripts": {
29-
"test": "./vendor/bin/testbench package:test --parallel",
3028
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
3129
"larastan": "./vendor/bin/phpstan analyse"
3230
},

composer.lock

Lines changed: 1 addition & 307 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)