Skip to content

Commit

Permalink
Require testbench ^9
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tanner committed Sep 28, 2024
1 parent 9e7e627 commit 9c3bd34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
php-version: ${{ matrix.php }}
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Run tests
run: vendor/bin/phpunit --testsuite=Feature --colors=always
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"require-dev": {
"laravel/pint": "^1.15",
"orchestra/canvas": ">=9.1",
"orchestra/testbench": ">=8.27",
"phpunit/phpunit": ">=10.5"
"orchestra/canvas": "^9.1",
"orchestra/testbench": "^9",
"phpunit/phpunit": "^10.5"
},
"scripts": {
"post-autoload-dump": [],
Expand Down

0 comments on commit 9c3bd34

Please sign in to comment.