Dep: update

주로 PHAN
This commit is contained in:
2021-08-06 22:39:09 +09:00
parent 5310c2e7f6
commit b306601c72
1098 changed files with 92137 additions and 33228 deletions
+28
View File
@@ -0,0 +1,28 @@
# https://aka.ms/yaml
trigger:
- master
- v4
- v5
jobs:
- template: .azure/job.yml
parameters:
configurationName: PHP_72_NTS
phpVersion: 7.2
vmImage: 'ubuntu-16.04'
- template: .azure/job.yml
parameters:
configurationName: PHP_73_NTS
phpVersion: 7.3
vmImage: 'ubuntu-18.04'
- template: .azure/job.yml
parameters:
configurationName: PHP_74_NTS
phpVersion: 7.4
vmImage: 'ubuntu-20.04'
- template: .azure/job.yml
parameters:
configurationName: PHP_80_NTS
phpVersion: 8.0
vmImage: 'ubuntu-20.04'