Skip to content

Commit a0b51f2

Browse files
committed
fixing phpunit phpstan
1 parent 985ea32 commit a0b51f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Laravel file configuration
5050
run: git branch &&
5151
cd laravel &&
52-
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
52+
composer require badaso/core:dev-${GITHUB_HEAD_REF} --ignore-platform-reqs -W &&
5353
composer update --no-interaction -W
5454

5555
# Laravel setup

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Laravel file configuration
8585
run: git branch &&
8686
cd laravel &&
87-
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
87+
composer require badaso/core:dev-${GITHUB_HEAD_REF} --ignore-platform-reqs -W &&
8888
composer update --no-interaction -W
8989

9090
# Mysql | Laravel setup

0 commit comments

Comments
 (0)