Skip to content

Commit

Permalink
Bump supported database versions (#8923)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jul 25, 2023
1 parent 6a4949d commit 6a8a764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3+ ([Version Policy](https://mariadb.org/about/#maintenance-policy))
- MariaDB 10.10+ ([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/))
- PostgreSQL 11.0+ ([Version Policy](https://www.postgresql.org/support/versioning/))
- SQLite 3.8.8+
- SQL Server 2017+ ([Version Policy](https://docs.microsoft.com/en-us/lifecycle/products/?products=sql-server))

Expand Down

0 comments on commit 6a8a764

Please sign in to comment.