We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2428458 commit 88b2cb5Copy full SHA for 88b2cb5
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- laravel: [10, 11, 12]
+ laravel: [11, 12]
20
php: [8.2, 8.3, 8.4]
21
mysql: [5.7, 8.0]
22
README.md
@@ -61,7 +61,7 @@ seamless integration into both legacy and modern Laravel projects (Laravel 5–1
61
| 8.x | 7.3 – 8.0 | 3.0.0 | ❌ EOL |
62
| 9.x | 8.0 | 4.0.0 | ❌ EOL |
63
| 10.x | 8.1 – 8.3 | 5.0.0 | ❌ EOL |
64
-| 10.x | 8.1 – 8.3 | 8.0.0 | ✅ Supported |
+| 10.x | 8.1 – 8.3 | 8.0.0 | ❌ EOL |
65
| 11.x | 8.2 – 8.4 | 6.0.0 | ❌ EOL |
66
| 11.x | 8.2 – 8.4 | 8.0.0 | ✅ Supported |
67
| 12.x | 8.2 – 8.4 | 7.0.0 | ❌ EOL |
0 commit comments