Skip to content

Commit

Permalink
Remove old dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored May 11, 2023
1 parent 9d95c8b commit 23619eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
php: [8.1]
laravel: [10.*]
dependency-version: [prefer-stable]


name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"statamic/cms": "^4.0"
},
"require-dev": {
"orchestra/testbench": "^8.0 || ^7.0",
"phpunit/phpunit": "^10.1 || ^9.3"
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.1"
},
"scripts": {
"test": "vendor/bin/phpunit",
Expand Down

0 comments on commit 23619eb

Please sign in to comment.