Skip to content

Commit 9c392ce

Browse files
authored
Update tests.yml
1 parent 0101068 commit 9c392ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ jobs:
1111
php: ['8.2', '8.3']
1212
os: [ubuntu-latest]
1313
stability: [prefer-stable]
14-
laravel: [11.*, 12.*]
1514
include:
1615
- laravel: 11.*
1716
testbench: 9.*
17+
phpunit: ^10.0
1818
- laravel: 12.*
1919
testbench: 10.*
20+
phpunit: ^11.5.3
2021
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2122
steps:
2223
- name: Checkout code
@@ -41,7 +42,7 @@ jobs:
4142
run: docker compose up -d
4243
- name: Install dependencies
4344
run: |
44-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
45+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update --dev
4546
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4647
- name: Execute tests
4748
run: vendor/bin/phpunit --no-coverage

0 commit comments

Comments
 (0)