Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jan 25, 2023
1 parent dc80e6c commit 3cbef34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@
"inspect": "./vendor/bin/pint --test"
},
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.2"
}
"sort-packages": true
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 3cbef34

Please sign in to comment.