@@ -65,11 +65,11 @@ jobs:
65
65
# extended: ${{ inputs.extendedTests }}
66
66
# runTestsParameters: ${{ inputs.runTestsParameters }}
67
67
debug_zts_msan :
68
- needs : generate_matrix
69
- strategy :
70
- matrix : ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
71
- fail-fast : false
72
- name : ${{ matrix.name }}
68
+ # needs: generate_matrix
69
+ # strategy:
70
+ # matrix: ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
71
+ # fail-fast: false
72
+ # name: ${{ matrix.branch .name }}
73
73
runs-on : ubuntu-20.04
74
74
env :
75
75
arch : linux-x64
78
78
uses : actions/checkout@v2
79
79
# Only test on current branch until merged
80
80
# with:
81
- # ref: ${{ matrix.branch }}
81
+ # ref: ${{ matrix.branch.ref }}
82
82
- name : Install dependencies
83
83
uses : ./.github/actions/deps
84
84
- name : ./configure
@@ -143,11 +143,11 @@ jobs:
143
143
extended : false
144
144
runTestsParameters : ' --msan'
145
145
community :
146
- needs : generate_matrix
147
- strategy :
148
- matrix : ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
149
- fail-fast : false
150
- name : ${{ matrix.name }}
146
+ # needs: generate_matrix
147
+ # strategy:
148
+ # matrix: ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
149
+ # fail-fast: false
150
+ # name: ${{ matrix.branch .name }}
151
151
runs-on : ubuntu-20.04
152
152
env :
153
153
arch : linux-x64
@@ -156,7 +156,7 @@ jobs:
156
156
uses : actions/checkout@v2
157
157
# Only test on current branch until merged
158
158
# with:
159
- # ref: ${{ matrix.branch }}
159
+ # ref: ${{ matrix.branch.ref }}
160
160
- name : Install dependencies
161
161
uses : ./.github/actions/deps
162
162
- name : ./configure
@@ -253,11 +253,11 @@ jobs:
253
253
sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
254
254
php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
255
255
coverage :
256
- needs : generate_matrix
257
- strategy :
258
- matrix : ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
259
- fail-fast : false
260
- name : ${{ matrix.name }}
256
+ # needs: generate_matrix
257
+ # strategy:
258
+ # matrix: ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
259
+ # fail-fast: false
260
+ # name: ${{ matrix.branch .name }}
261
261
runs-on : ubuntu-20.04
262
262
env :
263
263
arch : linux-x64
@@ -266,7 +266,7 @@ jobs:
266
266
uses : actions/checkout@v2
267
267
# Only test on current branch until merged
268
268
# with:
269
- # ref: ${{ matrix.branch }}
269
+ # ref: ${{ matrix.branch.ref }}
270
270
- name : Create mssql container
271
271
uses : ./.github/actions/mssql
272
272
- name : Install dependencies
@@ -303,11 +303,11 @@ jobs:
303
303
# codeCoverageTool: 'Cobertura'
304
304
# summaryFileLocation: coverage.xml
305
305
opcache_variation :
306
- needs : generate_matrix
307
- strategy :
308
- matrix : ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
309
- fail-fast : false
310
- name : ${{ matrix.name }}
306
+ # needs: generate_matrix
307
+ # strategy:
308
+ # matrix: ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
309
+ # fail-fast: false
310
+ # name: ${{ matrix.branch .name }}
311
311
runs-on : ubuntu-20.04
312
312
env :
313
313
arch : linux-x64
@@ -316,7 +316,7 @@ jobs:
316
316
uses : actions/checkout@v2
317
317
# Only test on current branch until merged
318
318
# with:
319
- # ref: ${{ matrix.branch }}
319
+ # ref: ${{ matrix.branch.ref }}
320
320
- name : Create mssql container
321
321
uses : ./.github/actions/mssql
322
322
- name : Install dependencies
@@ -368,11 +368,11 @@ jobs:
368
368
with :
369
369
runTestsParameters : -d zend_extension=opcache.so --preload
370
370
libmysqlclient_debug_nts :
371
- needs : generate_matrix
372
- strategy :
373
- matrix : ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
374
- fail-fast : false
375
- name : ${{ matrix.name }}
371
+ # needs: generate_matrix
372
+ # strategy:
373
+ # matrix: ${{ fromJson(needs.generate_matrix.outputs.branch_matrix) }}
374
+ # fail-fast: false
375
+ # name: ${{ matrix.branch .name }}
376
376
runs-on : ubuntu-20.04
377
377
env :
378
378
arch : linux-x64
@@ -381,7 +381,7 @@ jobs:
381
381
uses : actions/checkout@v2
382
382
# Only test on current branch until merged
383
383
# with:
384
- # ref: ${{ matrix.branch }}
384
+ # ref: ${{ matrix.branch.ref }}
385
385
- name : Install dependencies
386
386
run : |
387
387
sudo apt-get update -y | true
0 commit comments