Skip to content

Commit

Permalink
Drop Laravel 10 support and fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
onlime committed Oct 15, 2024
1 parent c9ccd6b commit c984576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c984576

Please sign in to comment.