File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -1139,13 +1139,18 @@ axes:
1139
1139
- id : rhel90
1140
1140
display_name : " RHEL 9.0"
1141
1141
run_on : rhel90-small
1142
- # TODO: RHEL 8.x is not working yet
1143
- # - id: rhel82-arm64
1144
- # display_name: "RHEL 8.2 ARM64"
1145
- # run_on: rhel82-arm64-small
1146
- # - id: rhel80
1147
- # display_name: "RHEL 8.0"
1148
- # run_on: rhel80-small
1142
+ - id : rhel83-zseries
1143
+ display_name : " RHEL 8.3 Zseries"
1144
+ run_on : rhel83-zseries-small
1145
+ - id : rhel82-arm64
1146
+ display_name : " RHEL 8.2 ARM64"
1147
+ run_on : rhel82-arm64-small
1148
+ - id : rhel81-power8
1149
+ display_name : " RHEL 8.1 Power8"
1150
+ run_on : rhel81-power8-large
1151
+ - id : rhel80
1152
+ display_name : " RHEL 8.0"
1153
+ run_on : rhel80-small
1149
1154
- id : rhel76
1150
1155
display_name : " RHEL 7.6"
1151
1156
run_on : rhel76-small
@@ -1209,16 +1214,17 @@ axes:
1209
1214
1210
1215
1211
1216
buildvariants :
1212
- # Test all PHP versions with latest-stable MongoDB on Debian 11, Debian 10, RHEL 8.0, Ubuntu 20.04
1217
+ # Test all PHP versions with latest-stable MongoDB on all operating systems
1213
1218
- matrix_name : " test-php-versions"
1214
1219
matrix_spec :
1215
1220
os :
1216
1221
- debian11
1217
1222
- debian10
1218
1223
- rhel90
1219
- # TODO: RHEL 8.x is not working yet
1220
- # - rhel82-arm64
1221
- # - rhel80
1224
+ - rhel83-zseries
1225
+ - rhel82-arm64
1226
+ - rhel81-power8
1227
+ - rhel80
1222
1228
- rhel76
1223
1229
- ubuntu2204-arm64
1224
1230
- ubuntu2204
You can’t perform that action at this time.
0 commit comments