Skip to content

Commit b8bad78

Browse files
committed
Resolve ubuntu deprecation in azure pipeline.
1 parent 64dc0c3 commit b8bad78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
timeoutInMinutes: 120
1313

1414
pool:
15-
vmImage: 'Ubuntu-16.04'
15+
vmImage: 'Ubuntu-18.04'
1616

1717
variables:
18-
phpVersion: 7.0
18+
phpVersion: 7.1
1919

2020
steps:
2121
- script: |

0 commit comments

Comments
 (0)