Skip to content

Commit

Permalink
Revert "[11.x] Bump supported database versions" (#9113)
Browse files Browse the repository at this point in the history
* Revert "Update database.md (#9017)"

This reverts commit c58a6cb.

* Update database.md

Co-authored-by: Julius Kiekbusch <[email protected]>

---------

Co-authored-by: Taylor Otwell <[email protected]>
Co-authored-by: Julius Kiekbusch <[email protected]>
  • Loading branch information
3 people authored Mar 5, 2024
1 parent ae20820 commit 0f129ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Almost every modern web application interacts with a database. Laravel makes int

<div class="content-list" markdown="1">

- MariaDB 10.11+ ([Version Policy](https://mariadb.org/about/#maintenance-policy))
- MySQL 8.0+ ([Version Policy](https://en.wikipedia.org/wiki/MySQL#Release_history))
- PostgreSQL 12.0+ ([Version Policy](https://www.postgresql.org/support/versioning/))
- MariaDB 10.3+ ([Version Policy](https://mariadb.org/about/#maintenance-policy))
- MySQL 5.7+ ([Version Policy](https://en.wikipedia.org/wiki/MySQL#Release_history))
- PostgreSQL 10.0+ ([Version Policy](https://www.postgresql.org/support/versioning/))
- SQLite 3.35.0+
- SQL Server 2017+ ([Version Policy](https://docs.microsoft.com/en-us/lifecycle/products/?products=sql-server))

Expand Down

0 comments on commit 0f129ae

Please sign in to comment.