File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 64
64
env :
65
65
IMAGE_NAME : newrelic/nr-php-agent-builder
66
66
IMAGE_TAG : make-php
67
- IMAGE_VERSION : ${{vars.MAKE_PHP_VERSION}}
67
+ IMAGE_VERSION : v3
68
68
strategy :
69
69
matrix :
70
70
platform : [gnu, musl]
@@ -197,7 +197,7 @@ jobs:
197
197
LIBC : ${{matrix.platform}}
198
198
PLATFORM : linux/${{matrix.arch}}
199
199
AGENT_CODE : ${{github.workspace}}/php-agent
200
- IMAGE_VERSION : ${{vars.MAKE_PHP_VERSION}}
200
+ IMAGE_VERSION : v3
201
201
working-directory : ./php-agent
202
202
run : |
203
203
make test-services-start
Original file line number Diff line number Diff line change 28
28
env :
29
29
IMAGE_NAME : newrelic/nr-php-agent-builder
30
30
IMAGE_TAG : make-php
31
- IMAGE_VERSION : ${{vars.MAKE_PHP_VERSION}}
31
+ IMAGE_VERSION : v3
32
32
strategy :
33
33
matrix :
34
34
platform : [gnu, musl]
Original file line number Diff line number Diff line change 73
73
LIBC : ${{matrix.platform}}
74
74
PLATFORM : linux/${{inputs.arch}}
75
75
AGENT_CODE : ${{github.workspace}}/php-agent
76
- IMAGE_VERSION : ${{vars.MAKE_PHP_VERSION}}
76
+ IMAGE_VERSION : v3
77
77
working-directory : ./php-agent
78
78
run : |
79
79
make test-services-start
Original file line number Diff line number Diff line change 92
92
env :
93
93
IMAGE_NAME : newrelic/nr-php-agent-builder
94
94
IMAGE_TAG : make-php
95
- IMAGE_VERSION : ${{vars.MAKE_PHP_VERSION}}
95
+ IMAGE_VERSION : v3
96
96
strategy :
97
97
matrix :
98
98
platform : [gnu, musl]
@@ -264,7 +264,7 @@ jobs:
264
264
LIBC : ${{matrix.platform}}
265
265
PLATFORM : linux/${{matrix.arch}}
266
266
AGENT_CODE : ${{github.workspace}}/php-agent
267
- IMAGE_VERSION : ${{vars.MAKE_PHP_VERSION}}
267
+ IMAGE_VERSION : v3
268
268
working-directory : ./php-agent
269
269
run : |
270
270
make test-services-start
You can’t perform that action at this time.
0 commit comments