diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3d672caa00a..55527899b37 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -216,7 +216,7 @@ jobs: php-version: - "8.1" postgres-version: - - "10" + - "12" - "15" - "16" extension: diff --git a/UPGRADE.md b/UPGRADE.md index 729c63787bf..67700dadeaf 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -13,10 +13,11 @@ awareness about deprecated code. A new method `getColumnName()` has been added to the `Result` interface and must be implemented by all drivers and middleware. -## BC BREAK: Removed support for MariaDB 10.4 and MySQL 5.7 +## BC BREAK: Removed support for MariaDB 10.4, MySQL 5.7 and Postgres 10 + 11 * Upgrade to MariaDB 10.5 or later. * Upgrade to MySQL 8.0 or later. +* Upgrade to Postgres 12 or later. # Upgrade to 4.1 diff --git a/docs/en/reference/platforms.rst b/docs/en/reference/platforms.rst index af5944bb5b1..46a6b38b674 100644 --- a/docs/en/reference/platforms.rst +++ b/docs/en/reference/platforms.rst @@ -56,8 +56,7 @@ Microsoft SQL Server PostgreSQL ^^^^^^^^^^ -- ``PostgreSQLPlatform`` for version 10.0 and above. -- ``PostgreSQL120Platform`` for version 12.0 and above. +- ``PostgreSQLPlatform`` for version 12.0 and above. IBM DB2 ^^^^^^^ diff --git a/psalm.xml.dist b/psalm.xml.dist index c9abea11d18..2ec26298e5d 100644 --- a/psalm.xml.dist +++ b/psalm.xml.dist @@ -42,15 +42,6 @@ - - - - - -