Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit bf74dfe

Browse files
committed
suppress psalm error
1 parent a2de3ea commit bf74dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
stability: [prefer-lowest, prefer-stable]
2121
include:
2222
- laravel: 8.*
23-
testbench: ^6.6
23+
testbench: ^6.21
2424

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require-dev": {
3030
"blade-ui-kit/blade-heroicons": "^1.2",
3131
"friendsofphp/php-cs-fixer": "^3.0",
32-
"orchestra/testbench": "^6.6",
32+
"orchestra/testbench": "^6.21",
3333
"phpunit/phpunit": "^9.5",
3434
"psalm/plugin-laravel": "^1.5",
3535
"spatie/laravel-ray": "^1.25",

0 commit comments

Comments
 (0)