Skip to content

Commit

Permalink
chore: unpin PHP image version (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr authored Dec 18, 2023
1 parent 2f6cb3f commit 1c793c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
IMAGE_NAME: newrelic/nr-php-agent-builder
IMAGE_TAG: make-php
IMAGE_VERSION: v2
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
strategy:
matrix:
platform: [gnu, musl]
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
LIBC: ${{matrix.platform}}
PLATFORM: linux/${{matrix.arch}}
AGENT_CODE: ${{github.workspace}}/php-agent
IMAGE_VERSION: v2
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
working-directory: ./php-agent
run: |
make test-services-start
Expand Down

0 comments on commit 1c793c9

Please sign in to comment.