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 59de79b commit 16c2b59Copy full SHA for 16c2b59
.github/workflows/run-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- php: 8.0
16
laravel: 7.*
17
phpunit: 9.*
18
- testbench: 7.*
+ testbench: 5.*
19
20
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
21
@@ -40,6 +40,7 @@ jobs:
40
- name: Install dependencies
41
run: |
42
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
43
+ composer require "phpunit/phpunit:${{ matrix.testbench }}" --no-interaction --no-update
44
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
45
composer update --prefer-dist --no-interaction
46
composer dump
0 commit comments