diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e1a9dd2a9f558817dc1da2141ee7a37e027bb29..eb2ebf61df2f87eb0c068c03640c5dad22a4eb91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -175,6 +175,18 @@ stages:
     _TARGET_PHP: "8.2"
     _TARGET_DB: "pgsql-14.1"
 
+'PHP 8.2 PostgreSQL 15':
+  <<: [ *default-stage, *run-on-commit ]
+  variables:
+    _TARGET_PHP: "8.2"
+    _TARGET_DB: "pgsql-15"
+
+'PHP 8.2 PostgreSQL 16':
+  <<: [ *default-stage, *run-on-commit ]
+  variables:
+    _TARGET_PHP: "8.2"
+    _TARGET_DB: "pgsql-16"
+
 # 'PHP 8.2 SQLite 3.34.0':
 #   <<: [ *default-stage, *run-on-commit ]
 #   variables: