diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 8786e2d..9a49f3e 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: - fail-fast: true + fail-fast: false matrix: php: [8.0, 8.1, '8.2'] laravel: ['8.*', '9.*', '10.*', '11.*'] diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5b011d3..2a5dcd9 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,13 @@ @@ -17,11 +17,11 @@ ./tests/models/ - - + + ./src/Translatable/ - - + +