Skip to content

Commit

Permalink
PHP8.3 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Feb 1, 2024
1 parent b3fc76f commit 8bb2090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ protected function setUp(): void
$this->variables[$name] = getenv($value);
}

$this->variables['options'] = ['TrustServerCertificate' => '1'];
if (! extension_loaded('sqlsrv')) {
$this->fail('The phpunit group integration-sqlsrv was enabled, but the extension is not loaded.');
}
Expand Down

0 comments on commit 8bb2090

Please sign in to comment.