Skip to content

Commit a1d9410

Browse files
authored
update Dependencies (#33)
update dependencies
1 parent 8e9e426 commit a1d9410

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.github/workflows/run-tests.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,23 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.1, 8.0]
17-
laravel: [9.*, 8.*]
16+
php: [8.2, 8.1, 8.0]
17+
laravel: [10.*, 9.*, 8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20+
- laravel: 10.*
21+
testbench: ^8.0
2022
- laravel: 9.*
2123
testbench: ^7.0.0
2224
- laravel: 8.*
2325
testbench: ^6.23
26+
exclude:
27+
- laravel: 8.*
28+
php: 8.2
29+
- laravel: 9.*
30+
php: 8.2
31+
- laravel: 10.*
32+
php: 8.0
2433

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

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"spatie/laravel-package-tools": "^1.9.2"
2424
},
2525
"require-dev": {
26-
"nunomaduro/collision": "^5.10|^6.1",
27-
"nunomaduro/larastan": "^1.0",
28-
"orchestra/testbench": "^6.23|^7.0.0",
29-
"pestphp/pest": "^1.21",
26+
"nunomaduro/collision": "^5.10|^6.1|^7.0",
27+
"nunomaduro/larastan": "^1.0|^2.0",
28+
"orchestra/testbench": "^6.23|^7.0.0|^8.0",
29+
"pestphp/pest": "^1.22",
3030
"pestphp/pest-plugin-laravel": "^1.1",
3131
"phpstan/extension-installer": "^1.1",
3232
"phpstan/phpstan-deprecation-rules": "^1.0",
3333
"phpstan/phpstan-phpunit": "^1.0",
34-
"phpunit/phpunit": "^9.5"
34+
"phpunit/phpunit": "^9.5|^10.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)