Skip to content

Commit 888ebff

Browse files
committed
fix missing branch
1 parent ba00aa6 commit 888ebff

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.4 || ^8.0",
1414
"ext-json": "*",
15-
"ext-pinpoint_php": "^0.5.2",
15+
"ext-pinpoint_php": "^0.6.0",
1616
"nikic/php-parser": "^5.0"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)