From 8104a446d483851ea361b7021c19aad77405bcf1 Mon Sep 17 00:00:00 2001
From: 3D-I <eataly3d@gmail.com>
Date: Thu, 2 Dec 2021 05:50:23 +0100
Subject: [PATCH] [ticket/16921] Increase PHP requirements in the DOCS

Attempt to fix postgres test for 3.3.x. branch

PHPBB3-16921
---
 .github/workflows/tests.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index ca4574bf6e..ab81a550b0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -562,6 +562,7 @@ jobs:
                   [System.Environment]::SetEnvironmentVariable('PATH',$Env:PATH+";${env:PGBIN}")
                   $env:PGPASSWORD = 'root'
                   psql -c hot_standby=on
+                  psql -c wal_level=minimal
                   psql -c 'DROP DATABASE IF EXISTS phpbb_tests;' -U postgres
                   psql -c 'create database phpbb_tests;' -U postgres
                   Set-MpPreference -ExclusionPath "${env:PGDATA}" # Exclude PGDATA directory from Windows Defender