Skip to content

Commit b1a91d0

Browse files
ZNeumannlavarou
authored andcommitted
DO NOT MERGE: bump builder version
1 parent 26146a5 commit b1a91d0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/code-coverage-baseline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
IMAGE_NAME: newrelic/nr-php-agent-builder
6666
IMAGE_TAG: make-php
67-
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
67+
IMAGE_VERSION: v3
6868
strategy:
6969
matrix:
7070
platform: [gnu, musl]
@@ -197,7 +197,7 @@ jobs:
197197
LIBC: ${{matrix.platform}}
198198
PLATFORM: linux/${{matrix.arch}}
199199
AGENT_CODE: ${{github.workspace}}/php-agent
200-
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
200+
IMAGE_VERSION: v3
201201
working-directory: ./php-agent
202202
run: |
203203
make test-services-start

.github/workflows/make-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
IMAGE_NAME: newrelic/nr-php-agent-builder
3030
IMAGE_TAG: make-php
31-
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
31+
IMAGE_VERSION: v3
3232
strategy:
3333
matrix:
3434
platform: [gnu, musl]

.github/workflows/make-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
LIBC: ${{matrix.platform}}
7474
PLATFORM: linux/${{inputs.arch}}
7575
AGENT_CODE: ${{github.workspace}}/php-agent
76-
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
76+
IMAGE_VERSION: v3
7777
working-directory: ./php-agent
7878
run: |
7979
make test-services-start

.github/workflows/test-agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
IMAGE_NAME: newrelic/nr-php-agent-builder
9494
IMAGE_TAG: make-php
95-
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
95+
IMAGE_VERSION: v3
9696
strategy:
9797
matrix:
9898
platform: [gnu, musl]
@@ -264,7 +264,7 @@ jobs:
264264
LIBC: ${{matrix.platform}}
265265
PLATFORM: linux/${{matrix.arch}}
266266
AGENT_CODE: ${{github.workspace}}/php-agent
267-
IMAGE_VERSION: ${{vars.MAKE_PHP_VERSION}}
267+
IMAGE_VERSION: v3
268268
working-directory: ./php-agent
269269
run: |
270270
make test-services-start

0 commit comments

Comments
 (0)