diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29a93af..3b52197 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,14 +5,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2'] - laravel: [9.*, 10.*] + php: ['8.3'] + laravel: [10.*, 11.*] dependency-version: [prefer-stable] include: + - laravel: 11.* + - testbench: 9.* - laravel: 10.* testbench: 8.* - - laravel: 9.* - testbench: 7.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: diff --git a/composer.json b/composer.json index 5c1e50f..9154d28 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "source": "https://github.com/codedge/laravel-fpdf" }, "require": { - "php": "^8.1", - "illuminate/support": "^9.0 || ^10.0" + "php": "^8.3", + "illuminate/support": "^10.0 || ^11.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.39",