Skip to content

Commit a3e0f72

Browse files
committed
fix: Update database extensions in mutation.yml for improved compatibility.
1 parent 3abe1c8 commit a3e0f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "PGSQL_USERNAME=root" >> $GITHUB_ENV
7474
echo "PGSQL_PASSWORD=root" >> $GITHUB_ENV
7575
command-coverage-options: --with-uncovered
76-
extensions: pdo, pdo_pgsql, pdo_sqlite
76+
extensions: pdo, pdo_mysql, pdo_pgsql, pdo_sqlite
7777
framework-options: --test-framework-options="--group=sqlite,mutation"
7878
phpstan: true
7979
secrets:

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ name: static analysis
1919

2020
jobs:
2121
phpstan:
22-
uses: php-forge/actions/.github/workflows/phpstan.yml@main
22+
uses: php-forge/actions/.github/workflows/phpstan.yml@v1

0 commit comments

Comments
 (0)