We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9b8de commit 7a2b28bCopy full SHA for 7a2b28b
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
laravel: [ '^6.10', '^7.0', '^8.0' ]
20
dependency-version: [prefer-lowest, prefer-stable]
21
22
- name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
+ name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
23
24
steps:
25
- name: Update apt
composer.json
@@ -19,7 +19,7 @@
"illuminate/http": "^6.10 || ^7.0 || ^8.0"
},
"require-dev": {
- "orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
+ "orchestra/testbench": "^4.17 || ^5.19 || ^6.19",
"phpunit/phpunit": "^9.3",
"mockery/mockery": "^1.3"
0 commit comments