diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 65867d8..9fcad23 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -20,12 +20,12 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1] - laravel: [10.*] + php: [8.2] + laravel: [11.*] dependency-version: [prefer-lowest, prefer-stable] include: - - laravel: 10.* - testbench: 8.* + - laravel: 11.* + testbench: 9.* steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 5d27453..5096db9 100644 --- a/composer.json +++ b/composer.json @@ -21,15 +21,15 @@ } ], "require": { - "php": "^8.1", - "illuminate/contracts": "^10.0", - "illuminate/database": "^10.0", - "illuminate/support": "^10.0", - "spatie/laravel-data": "^3.2" + "php": "^8.2", + "illuminate/contracts": "^11.0", + "illuminate/database": "^11.0", + "illuminate/support": "^11.0", + "spatie/laravel-data": "^4.6" }, "require-dev": { - "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^10.0" + "orchestra/testbench": "^9.0", + "phpunit/phpunit": "^11.1" }, "autoload": { "psr-4": { @@ -55,4 +55,4 @@ ] } } -} +} \ No newline at end of file