Skip to content

Commit 88b2cb5

Browse files
committed
chore(ci/readme): drop Laravel 10 support (EOL since Feb 4, 2025)
1 parent 2428458 commit 88b2cb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
laravel: [10, 11, 12]
19+
laravel: [11, 12]
2020
php: [8.2, 8.3, 8.4]
2121
mysql: [5.7, 8.0]
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ seamless integration into both legacy and modern Laravel projects (Laravel 5–1
6161
| 8.x | 7.3 – 8.0 | 3.0.0 | ❌ EOL |
6262
| 9.x | 8.0 | 4.0.0 | ❌ EOL |
6363
| 10.x | 8.1 – 8.3 | 5.0.0 | ❌ EOL |
64-
| 10.x | 8.1 – 8.3 | 8.0.0 | ✅ Supported |
64+
| 10.x | 8.1 – 8.3 | 8.0.0 | ❌ EOL |
6565
| 11.x | 8.2 – 8.4 | 6.0.0 | ❌ EOL |
6666
| 11.x | 8.2 – 8.4 | 8.0.0 | ✅ Supported |
6767
| 12.x | 8.2 – 8.4 | 7.0.0 | ❌ EOL |

0 commit comments

Comments
 (0)