Skip to content

Commit 2086740

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Don't suppress setup-slapd.sh output
2 parents 29a96e0 + 1c85278 commit 2086740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-x64/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "create login pdo_test with password='password', check_policy=off; create user pdo_test for login pdo_test; grant alter, control to pdo_test;"
1818
sudo locale-gen de_DE
1919
20-
./.github/scripts/setup-slapd.sh &>/dev/null
20+
./.github/scripts/setup-slapd.sh
2121
2222
sudo cp ext/snmp/tests/snmpd.conf /etc/snmp
2323
sudo cp ext/snmp/tests/bigtest /etc/snmp

0 commit comments

Comments
 (0)