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
2
2
3
3
on : [push, pull_request, workflow_dispatch]
4
4
5
+ env :
6
+ PINPOINT_C_AGENT_BRANCH : 0.7
7
+
8
+
5
9
jobs :
6
10
PHPUnit :
7
11
runs-on : ubuntu-latest
15
19
with :
16
20
php-version : ${{ matrix.php-versions }}
17
21
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 }}
19
23
- run : |
20
24
composer install --prefer-dist
21
25
vendor/bin/phpunit --configuration PHPUnit.xml --testsuit pinpoint --testdox
43
47
with :
44
48
php-version : ${{ matrix.php-versions }}
45
49
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]
47
51
- run : |
48
52
composer install --prefer-dist
49
53
vendor/bin/phpunit --configuration PHPUnit_aop_libraries.xml --testsuit pinpoint --testdox
You can’t perform that action at this time.
0 commit comments