File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Build
22
33on : [push, pull_request, workflow_dispatch]
44
5+ env :
6+ PINPOINT_C_AGENT_BRANCH : 0.7
7+
8+
59jobs :
610 PHPUnit :
711 runs-on : ubuntu-latest
1519 with :
1620 php-version : ${{ matrix.php-versions }}
1721 tools : composer:v2
18- extensions : pinpoint_php-https://github.com/pinpoint-apm/pinpoint-c-agent@dev
22+ extensions : pinpoint_php-https://github.com/pinpoint-apm/pinpoint-c-agent@${{ env.PINPOINT_C_AGENT_BRANCH }}
1923 - run : |
2024 composer install --prefer-dist
2125 vendor/bin/phpunit --configuration PHPUnit.xml --testsuit pinpoint --testdox
4347 with :
4448 php-version : ${{ matrix.php-versions }}
4549 tools : composer:v2
46- extensions :
pinpoint_php-https://github.com/pinpoint-apm/pinpoint-c-agent@dev , mongodb-mongodb/[email protected] 50+ extensions :
pinpoint_php-https://github.com/pinpoint-apm/pinpoint-c-agent@${{ env.PINPOINT_C_AGENT_BRANCH }} , mongodb-mongodb/[email protected] 4751 - run : |
4852 composer install --prefer-dist
4953 vendor/bin/phpunit --configuration PHPUnit_aop_libraries.xml --testsuit pinpoint --testdox
You can’t perform that action at this time.
0 commit comments