We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca2fca commit b20864bCopy full SHA for b20864b
.github/workflows/php.yml
@@ -17,6 +17,8 @@ jobs:
17
- uses: shivammathur/setup-php@v2
18
with:
19
php-version: ${{ matrix.php }}
20
+ - name: Install ext-trader
21
+ run: pecl install trader
22
- name: Install Composer dependencies
23
run: composer install --prefer-dist --no-progress --no-suggest
24
- name: Run tests
0 commit comments