Skip to content

Commit 623abbc

Browse files
committed
⏳ ci: adding mandatory php extensions to run application tests.
1 parent 0c26a30 commit 623abbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
php-version: '8.3'
2222
tools: composer
23+
extensions: swoole, openswoole, mbstring, json, pdo, xml, curl, zip, bcmath, pcntl, posix, sockets, intl, fileinfo, sodium, redis
24+
coverage: xdebug
2325

2426
- name: Install Dependencies
2527
working-directory: ./backend

0 commit comments

Comments
 (0)