Skip to content

Commit

Permalink
Enable PHP 8.4 testing on PPC and Zseries (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Oct 29, 2024
1 parent 4d81514 commit 4bd9a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .evergreen/config/build-task-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ task_groups:
tasks:
- ".build"

# TODO: Remove task group once PHP 8.4 is available on PPC and Zseries
- name: "build-all-php-except-8.4"
# Keep this number in sync with the number of PHP versions to allow for parallel builds
max_hosts: 4
setup_task: *build_setup
setup_task_can_fail_task: true
setup_task_timeout_secs: 1800
teardown_task: *build_teardown
tasks:
- ".build !.php8.4"

# Builds all versions of PHP that support OpenSSL 3 (PHP 8.1+)
- name: "build-php-openssl3"
# Keep this number in sync with the number of PHP versions to allow for parallel builds
Expand Down
6 changes: 2 additions & 4 deletions .evergreen/config/build-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ buildvariants:
tags: ["build", "rhel", "zseries", "tag"]
run_on: rhel8-zseries-small
tasks:
# TODO: Re-enable PHP 8.4 once it's available on PPC and Zseries
- name: "build-all-php-except-8.4"
- name: "build-all-php"
- name: build-rhel8-arm64
display_name: "Build: RHEL 8 ARM64"
tags: ["build", "rhel", "arm64", "tag"]
Expand All @@ -42,8 +41,7 @@ buildvariants:
tags: ["build", "rhel", "power8", "tag"]
run_on: rhel8-power-large
tasks:
# TODO: Re-enable PHP 8.4 once it's available on PPC and Zseries
- name: "build-all-php-except-8.4"
- name: "build-all-php"
- name: build-rhel8
display_name: "Build: RHEL 8 x64"
tags: ["build", "rhel", "x64", "pr", "tag"]
Expand Down

0 comments on commit 4bd9a76

Please sign in to comment.