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 0009180 commit bda129bCopy full SHA for bda129b
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
include:
15
- php: 8.0
16
laravel: 7.*
17
- phpunit: 9.3.3
+ phpunit: 9.*
18
testbench: 5.*
19
20
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
@@ -40,7 +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
+ composer require "phpunit/phpunit:${{ matrix.phpunit }}" --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