Skip to content

Commit 2a36893

Browse files
committed
fix missing branch
1 parent ba00aa6 commit 2a36893

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
env:
6+
PINPOINT_C_AGENT_BRANCH: 0.7
7+
8+
59
jobs:
610
PHPUnit:
711
runs-on: ubuntu-latest
@@ -15,7 +19,7 @@ jobs:
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-0.6.0
1923
- run: |
2024
composer install --prefer-dist
2125
vendor/bin/phpunit --configuration PHPUnit.xml --testsuit pinpoint --testdox
@@ -43,7 +47,7 @@ jobs:
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-0.6.0, mongodb-mongodb/[email protected]
4751
- run: |
4852
composer install --prefer-dist
4953
vendor/bin/phpunit --configuration PHPUnit_aop_libraries.xml --testsuit pinpoint --testdox

0 commit comments

Comments
 (0)