@@ -23,10 +23,16 @@ buildvariants:
23
23
run_on : rhel90-small
24
24
tasks :
25
25
- name : " build-all-php"
26
- - name : build-rhel83 -zseries
27
- display_name : " Build: RHEL 8.3 Zseries"
26
+ - name : build-rhel9 -zseries
27
+ display_name : " Build: RHEL 9 Zseries"
28
28
tags : ["build", "rhel", "zseries", "tag"]
29
- run_on : rhel83-zseries-small
29
+ run_on : rhel9-zseries-small
30
+ tasks :
31
+ - name : " build-all-php"
32
+ - name : build-rhel9-power
33
+ display_name : " Build: RHEL 9 PPC"
34
+ tags : ["build", "rhel", "power", "tag"]
35
+ run_on : rhel9-power-small
30
36
tasks :
31
37
- name : " build-all-php"
32
38
- name : build-rhel82-arm64
@@ -35,12 +41,6 @@ buildvariants:
35
41
run_on : rhel82-arm64
36
42
tasks :
37
43
- name : " build-all-php"
38
- - name : build-rhel81-power8
39
- display_name : " Build: RHEL 8.1 Power8"
40
- tags : ["build", "rhel", "power8", "tag"]
41
- run_on : rhel81-power8-large
42
- tasks :
43
- - name : " build-all-php"
44
44
- name : build-rhel80
45
45
display_name : " Build: RHEL 8.0"
46
46
tags : ["build", "rhel", "x64", "pr", "tag"]
0 commit comments