Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Jan 11, 2025
1 parent 65be2e7 commit 9b26023
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
env:
APP_ENV: testing

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.39",
"orchestra/testbench": "^8.0 || ^9.0",
"phpunit/phpunit": "^9.6.0 || ^10.5"
"phpunit/phpunit": "^10.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
11 changes: 5 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">src/Facades</directory>
<directory suffix=".php">src/Fpdf</directory>
</whitelist>
</filter>
<source>
<include>
<directory>../../src</directory>
</include>
</source>

<logging>
<log type="coverage-clover" target="clover.xml"/>
Expand Down

0 comments on commit 9b26023

Please sign in to comment.