Skip to content

Commit 830f5ea

Browse files
authored
Update ci.yml
1 parent 65046d5 commit 830f5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.php-version }}
33-
extensions: mbstring, intl, apcu, memcached, redis, sqlite, pdo_sqlote, pdo_${{ matrix.db-type }}
33+
extensions: mbstring, intl, apcu, memcached, redis, sqlite, pdo_sqlite, pdo_${{ matrix.db-type }}
3434
ini-values: apc.enable_cli = 1
3535
coverage: pcov
3636

0 commit comments

Comments
 (0)