Skip to content

Commit b486342

Browse files
committed
Update workflow.
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent d508041 commit b486342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
2929

3030
- name: Setup PHP
31-
uses: shivammathur/setup-php@v1
31+
uses: shivammathur/setup-php@v2
3232
with:
3333
php-version: ${{ matrix.php }}
34-
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, mysqli, pdo_mysql, bcmath, intl, gd, exif, iconv, imagick
34+
extensions: dom, curl, libxml, mbstring, zip, pcntl, sqlite3, pdo_sqlite, pdo_mysql, bcmath, intl, gd, exif, iconv, imagick
3535
coverage: none
3636

3737
- name: Install dependencies

0 commit comments

Comments
 (0)