Skip to content

Commit 7d6a3af

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Re-enable i386 tests on Azure Pipelines
2 parents 5a89956 + d82d62c commit 7d6a3af

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ schedules:
2727
- master
2828

2929
jobs:
30-
# Azure pipelines don't work atm
31-
# - template: azure/i386/job.yml
32-
# parameters:
33-
# configurationName: I386_DEBUG_ZTS
34-
# configurationParameters: '--enable-debug --enable-zts'
30+
- template: azure/i386/job.yml
31+
parameters:
32+
configurationName: I386_DEBUG_ZTS
33+
configurationParameters: '--enable-debug --enable-zts'
3534
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
3635
- template: azure/job.yml
3736
parameters:

0 commit comments

Comments
 (0)