Skip to content

Commit 7a2b28b

Browse files
committed
composer: use latest testbench
1 parent ab9b8de commit 7a2b28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
laravel: [ '^6.10', '^7.0', '^8.0' ]
2020
dependency-version: [prefer-lowest, prefer-stable]
2121

22-
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
22+
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2323

2424
steps:
2525
- name: Update apt

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"illuminate/http": "^6.10 || ^7.0 || ^8.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
22+
"orchestra/testbench": "^4.17 || ^5.19 || ^6.19",
2323
"phpunit/phpunit": "^9.3",
2424
"mockery/mockery": "^1.3"
2525
},

0 commit comments

Comments
 (0)