diff --git a/.github/workflows/test-phpunit.yml b/.github/workflows/test-phpunit.yml index 5634770a2879..6a262806a1ff 100644 --- a/.github/workflows/test-phpunit.yml +++ b/.github/workflows/test-phpunit.yml @@ -82,7 +82,7 @@ jobs: steps: - name: Create database for MSSQL Server if: matrix.db-platforms == 'SQLSRV' - run: sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test" + run: sqlcmd -S 127.0.0.1,1433 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test" - name: Checkout uses: actions/checkout@v2 diff --git a/app/Views/errors/html/error_exception.php b/app/Views/errors/html/error_exception.php index e2b59d71425e..be851dda416f 100644 --- a/app/Views/errors/html/error_exception.php +++ b/app/Views/errors/html/error_exception.php @@ -19,7 +19,7 @@