Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 9, 2024
1 parent 9f0b714 commit e29c93c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"nova-kit/nova-queued-export-as-csv": "^1.2"
},
"require-dev": {
"larastan/larastan": "^1.0.1 || ^2.4",
"laravel/nova": "^4.14",
"league/flysystem-aws-s3-v3": "^1.0 || ^3.0",
"nova-kit/nova-devtool": "^1.3",
"nunomaduro/larastan": "^1.0.1 || ^2.4",
"orchestra/testbench": "^6.31 || ^7.28 || ^8.8",
"phpunit/phpunit": "^9.6",
"nova-kit/nova-devtool": "^1.2.1"
Expand Down
3 changes: 1 addition & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
includes:
- ./vendor/nunomaduro/larastan/extension.neon

- ./vendor/larastan/larastan/extension.neon

parameters:

Expand Down
3 changes: 1 addition & 2 deletions tests/Feature/Console/UserCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

class UserCommandTest extends TestCase
{
/** @test */
public function it_can_create_user()
public function test_it_can_create_user()
{
$this->withoutMockingConsoleOutput();

Expand Down

0 comments on commit e29c93c

Please sign in to comment.