mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-20 07:42:09 +02:00
[ticket/16921] Increase PHP requirements in the DOCS
Attempt to fix postgres test for 3.3.x. branch PHPBB3-16921
This commit is contained in:
parent
aff3852568
commit
8104a446d4
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user