Skip to content

Commit

Permalink
Fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 1, 2023
1 parent b863f1f commit 14fd755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- run:
composer require --dev yajra/laravel-oci8 --ignore-platform-req=ext-oci8
composer update --no-interaction --no-progress --prefer-dist
- run: |
composer require --ignore-platform-req=ext-oci8 --dev yajra/laravel-oci8
composer update --no-interaction --no-progress --prefer-dist --ignore-platform-req=ext-oci8
- run: vendor/bin/phpstan analyse --error-format=github

0 comments on commit 14fd755

Please sign in to comment.