diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3e6517..c92eda3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,13 @@ jobs: fail-fast: true matrix: php: [8.3, 8.2] - laravel: [11.*, 10.*] + laravel: [11.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 11.* testbench: 9.* - - laravel: 10.* - testbench: 8.* +# - laravel: 10.* +# testbench: 8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e11cc28..1aacf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## [v1.2.4 (2024-10-15)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.3...v1.2.4) - Upgrade Pest to v3 +- Drop Laravel 10 support and fixed CI ## [v1.2.3 (2024-09-12)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.2...v1.2.3)