We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ccd6b commit c984576Copy full SHA for c984576
.github/workflows/ci.yml
@@ -9,13 +9,13 @@ jobs:
9
fail-fast: true
10
matrix:
11
php: [8.3, 8.2]
12
- laravel: [11.*, 10.*]
+ laravel: [11.*]
13
stability: [prefer-lowest, prefer-stable]
14
include:
15
- laravel: 11.*
16
testbench: 9.*
17
- - laravel: 10.*
18
- testbench: 8.*
+# - laravel: 10.*
+# testbench: 8.*
19
20
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
21
CHANGELOG.md
@@ -5,6 +5,7 @@
5
## [v1.2.4 (2024-10-15)](https://github.com/onlime/laravel-sql-reporter/compare/v1.2.3...v1.2.4)
6
7
- Upgrade Pest to v3
8
+- 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)
0 commit comments