Skip to content

Commit ed08932

Browse files
No need to test on L11
1 parent 852506d commit ed08932

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [8.3, 8.4]
16-
laravel: [11.*, 12.*]
16+
laravel: [12.*]
1717
stability: [prefer-stable]
1818
include:
19-
- laravel: 11.*
20-
testbench: 9.*
2119
- laravel: 12.*
2220
testbench: 9.*
2321

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All notable changes to `laravel-clean-architecture` will be documented in this f
2424
### Features
2525
- Clean Architecture implementation following DDD principles
2626
- Automatic generation of Domain, Application, and Infrastructure layers
27-
- Support for Laravel 11.x and 12.x
27+
- Support for Laravel 12.x
2828
- PHP 8.3+ compatibility
2929
- English validation messages and documentation
3030
- Comprehensive test coverage templates

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A Laravel package to easily implement Clean Architecture in your projects. 🚀
2222
## 📋 Requirements
2323

2424
- 🐘 PHP 8.3+
25-
- ⚡ Laravel 11.x or 12.x
25+
- ⚡ Laravel 12.x
2626

2727
## 📦 Installation
2828

0 commit comments

Comments
 (0)