Skip to content

Commit b20864b

Browse files
authored
Update php.yml
1 parent 7ca2fca commit b20864b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: shivammathur/setup-php@v2
1818
with:
1919
php-version: ${{ matrix.php }}
20+
- name: Install ext-trader
21+
run: pecl install trader
2022
- name: Install Composer dependencies
2123
run: composer install --prefer-dist --no-progress --no-suggest
2224
- name: Run tests

0 commit comments

Comments
 (0)