Skip to content

Commit 16c2b59

Browse files
committed
WIP
1 parent 59de79b commit 16c2b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- php: 8.0
1616
laravel: 7.*
1717
phpunit: 9.*
18-
testbench: 7.*
18+
testbench: 5.*
1919

2020
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2121

@@ -40,6 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
43+
composer require "phpunit/phpunit:${{ matrix.testbench }}" --no-interaction --no-update
4344
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4445
composer update --prefer-dist --no-interaction
4546
composer dump

0 commit comments

Comments
 (0)