diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8d675ec..3166ff8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2] - laravel: [10.*, 9.*] + laravel: [10.*] dependency-version: [prefer-lowest, prefer-stable] name: Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} diff --git a/composer.json b/composer.json index ac4afe4..300cd31 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.0", - "laravel/framework": "^9.46.0|^10.14.1", + "laravel/framework": "^10.14.1", "openai-php/laravel": "*", "symfony/var-exporter": "*" }, diff --git a/phpunit.xml b/phpunit.xml index 8553d4a..3ebd951 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,14 +1,34 @@ - - + - - ./tests/Unit + + ./tests/Unit - src/ + ./src - + \ No newline at end of file diff --git a/tests/Unit/SetupTest.php b/tests/Unit/SetupTest.php index f2d71eb..88c6b8b 100644 --- a/tests/Unit/SetupTest.php +++ b/tests/Unit/SetupTest.php @@ -1,7 +1,6 @@ toBeTrue(); });