Skip to content

Commit

Permalink
DO NOT MERGE: bump builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZNeumann committed Nov 26, 2024
1 parent 5bf2875 commit ec3427f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
env:
IMAGE_NAME: newrelic/nr-php-agent-builder
IMAGE_TAG: make-php
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
IMAGE_VERSION: v3
strategy:
matrix:
platform: [gnu, musl]
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
LIBC: ${{matrix.platform}}
PLATFORM: linux/${{matrix.arch}}
AGENT_CODE: ${{github.workspace}}/php-agent
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
IMAGE_VERSION: v3
working-directory: ./php-agent
run: |
make test-services-start
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
LIBC: ${{matrix.platform}}
PLATFORM: linux/${{inputs.arch}}
AGENT_CODE: ${{github.workspace}}/php-agent
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
IMAGE_VERSION: v3
working-directory: ./php-agent
run: |
make test-services-start
Expand Down

0 comments on commit ec3427f

Please sign in to comment.