Skip to content

Commit

Permalink
Prefer stable in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pecuchet committed Apr 7, 2023
1 parent 9f6a557 commit ccd5076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
php: [ 8.0, 7.4 ]
laravel: [ "^8.0", "^7.0", "^6.0" ]
stability: [prefer-lowest, prefer-stable]
stability: [prefer-stable]

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -27,7 +27,7 @@
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3 || ^6.0",
"orchestra/testbench": "^6.15 || ^7.0",
"orchestra/testbench": "^4.18 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "^4.4"
},
Expand Down

0 comments on commit ccd5076

Please sign in to comment.