Skip to content

Commit d9d1ff2

Browse files
committed
wip
1 parent f7aa348 commit d9d1ff2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: ankane/setup-postgres@v1
9595

9696
- name: Set database config - ${{ matrix.database }}
97-
run: php -r "file_exists('tests/Fixtures/Config/database.config.php') || copy('tests/Fixtures/Config/database.${{ matrix.database }}.php', 'tests/Fixtures/Config/database.config.php');"
97+
run: php -r "copy('tests/Fixtures/Config/database.${{ matrix.database }}.php', 'tests/Fixtures/Config/database.config.php');"
9898

9999
- name: Tempest about
100100
run: php ./tempest about

packages/database/src/GenericDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Tempest\Database\Transactions\TransactionManager;
1414
use Throwable;
1515

16-
final readonly class GenericDatabase implements Database
16+
final class GenericDatabase implements Database
1717
{
1818
public function __construct(
1919
private(set) Connection $connection,
File renamed without changes.

0 commit comments

Comments
 (0)