diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c86416c..982830f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.0] - laravel: [^9.0] + php: [8.1] + laravel: [10.0] name: P${{ matrix.php }} - L${{ matrix.laravel }} steps: - name: Checkout code @@ -50,4 +50,4 @@ jobs: - name: Execute tests run: | cd ../app - vendor/bin/phpunit --verbose + vendor/bin/phpunit diff --git a/composer.json b/composer.json index 86330c0..56d329e 100644 --- a/composer.json +++ b/composer.json @@ -32,9 +32,9 @@ } ], "require": { - "php": "^8.0", - "laravel/ui": "^3.4", - "illuminate/support": "^9.0" + "php": "^8.1", + "laravel/ui": "^4.2", + "illuminate/support": "^10.0" }, "require-dev": { "phpunit/phpunit": "^9.5.10"