Skip to content

Commit b9cfd28

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Update community, coverage and file cache jobs to Ubuntu 20.04
2 parents 91dc10c + 674b884 commit b9cfd28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure/community_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- job: ${{ parameters.configurationName }}
1717
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
1818
pool:
19-
vmImage: 'ubuntu-18.04'
19+
vmImage: 'ubuntu-20.04'
2020
variables:
2121
ubsan_options: 'print_stacktrace=1'
2222
steps:

azure/coverage_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- job: ${{ parameters.configurationName }}
99
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
1010
pool:
11-
vmImage: 'ubuntu-18.04'
11+
vmImage: 'ubuntu-20.04'
1212
steps:
1313
- template: mssql.yml
1414
- template: apt.yml

azure/opcache_variation_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- job: ${{ parameters.configurationName }}
99
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
1010
pool:
11-
vmImage: 'ubuntu-18.04'
11+
vmImage: 'ubuntu-20.04'
1212
steps:
1313
- template: mssql.yml
1414
- template: apt.yml

0 commit comments

Comments
 (0)