Skip to content

Commit c984576

Browse files
committed
Drop Laravel 10 support and fixed CI
1 parent c9ccd6b commit c984576

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [8.3, 8.2]
12-
laravel: [11.*, 10.*]
12+
laravel: [11.*]
1313
stability: [prefer-lowest, prefer-stable]
1414
include:
1515
- laravel: 11.*
1616
testbench: 9.*
17-
- laravel: 10.*
18-
testbench: 8.*
17+
# - laravel: 10.*
18+
# testbench: 8.*
1919

2020
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2121

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## [v1.2.4 (2024-10-15)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.3...v1.2.4)
66

77
- Upgrade Pest to v3
8+
- Drop Laravel 10 support and fixed CI
89

910
## [v1.2.3 (2024-09-12)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.2...v1.2.3)
1011

0 commit comments

Comments
 (0)