Skip to content

Commit bda129b

Browse files
committed
WIP
1 parent 0009180 commit bda129b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
include:
1515
- php: 8.0
1616
laravel: 7.*
17-
phpunit: 9.3.3
17+
phpunit: 9.*
1818
testbench: 5.*
1919

2020
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
@@ -40,7 +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
43+
composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
4444
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4545
composer update --prefer-dist --no-interaction
4646
composer dump

0 commit comments

Comments
 (0)