Skip to content

Commit

Permalink
Resolve laravel/pint version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cable8mm committed Mar 1, 2024
1 parent ec40ed8 commit 742b6ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3]
php: [8.0, 8.1, 8.2, 8.3]

name: PHP ${{ matrix.php }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
}
],
"require": {
"php": "^7.4|^8.0"
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0|^10.0|^11.0",
"laravel/pint": "^1.14"
"laravel/pint": "^1.0"
},
"scripts": {
"test": [
Expand Down

0 comments on commit 742b6ef

Please sign in to comment.