Skip to content

Commit

Permalink
fix missing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Oct 21, 2024
1 parent ba00aa6 commit 888ebff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build

on: [push, pull_request, workflow_dispatch]

env:
PINPOINT_C_AGENT_BRANCH: 0.7


jobs:
PHPUnit:
runs-on: ubuntu-latest
Expand All @@ -15,7 +19,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: composer:v2
extensions: pinpoint_php-https://github.com/pinpoint-apm/pinpoint-c-agent@dev
extensions: pinpoint_php-0.6.0
- run: |
composer install --prefer-dist
vendor/bin/phpunit --configuration PHPUnit.xml --testsuit pinpoint --testdox
Expand Down Expand Up @@ -43,7 +47,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
tools: composer:v2
extensions: pinpoint_php-https://github.com/pinpoint-apm/pinpoint-c-agent@dev, mongodb-mongodb/[email protected]
extensions: pinpoint_php-0.6.0, mongodb-mongodb/[email protected]
- run: |
composer install --prefer-dist
vendor/bin/phpunit --configuration PHPUnit_aop_libraries.xml --testsuit pinpoint --testdox
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-pinpoint_php": "^0.5.2",
"ext-pinpoint_php": "^0.6.0",
"nikic/php-parser": "^5.0"
},
"autoload": {
Expand Down

0 comments on commit 888ebff

Please sign in to comment.