Skip to content

Commit f3ac19d

Browse files
committedApr 22, 2025··
Merge remote-tracking branch 'origin/main' into 9.0
2 parents 9c83e2d + 62d4bb5 commit f3ac19d

File tree

99 files changed

+8878
-6343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+8878
-6343
lines changed
 

‎.buildkite/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.0-cli
1+
ARG PHP_VERSION=8.4-cli
22
FROM php:${PHP_VERSION}
33

44
WORKDIR /usr/src/app
@@ -39,4 +39,4 @@ RUN composer install --no-progress > /dev/null
3939

4040
COPY . .
4141

42-
CMD ["bash", ".buildkite/yaml-tests.sh"]
42+
CMD ["bash", ".buildkite/yaml-tests.sh"]

‎.buildkite/pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ steps:
77
env:
88
PHP_VERSION: "{{ matrix.php }}"
99
TEST_SUITE: "{{ matrix.suite }}"
10-
STACK_VERSION: 8.16.0-SNAPSHOT
10+
STACK_VERSION: 9.0.0-SNAPSHOT
11+
BRANCH_CLIENT_TESTS: 9.0
1112
matrix:
1213
setup:
1314
suite:
14-
- "free"
1515
- "platinum"
1616
php:
17+
- "8.4-cli"
1718
- "8.3-cli"
1819
- "8.2-cli"
1920
- "8.1-cli"
20-
- "8.0-cli"
21-
- "7.4-cli"
2221
command: ./.buildkite/run-tests
2322
artifact_paths: "*.xml"

0 commit comments

Comments
 (0)
Please sign in to comment.