From fd9ba940a9f549e2ba36dd3c7d56357d8ff0e44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C3=87al=C4=B1=C5=9Fkan?= Date: Mon, 14 Jul 2025 12:40:33 +0300 Subject: [PATCH] Added PHP 8.5 Support --- .buildkite/pipeline.yml | 1 + .github/workflows/integration_test.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/yaml_test.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 128c2c338..c492ed16c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -14,6 +14,7 @@ steps: suite: - "platinum" php: + - "8.5-rc-cli" - "8.4-cli" - "8.3-cli" - "8.2-cli" diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index b91994068..36f59e32a 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - php-version: [8.1, 8.2, 8.3, 8.4] + php-version: [8.1, 8.2, 8.3, 8.4, 8.5] os: [ubuntu-latest] es-version: [9.0.0-SNAPSHOT] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e60b4ef9..c8ea59f84 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - php-version: [8.1, 8.2, 8.3, 8.4] + php-version: [8.1, 8.2, 8.3, 8.4, 8.5] os: [ubuntu-latest] es-version: [9.0.0-SNAPSHOT] diff --git a/.github/workflows/yaml_test.yml b/.github/workflows/yaml_test.yml index dd4ac3f1f..f2c9f5152 100644 --- a/.github/workflows/yaml_test.yml +++ b/.github/workflows/yaml_test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - php-version: [8.1, 8.2, 8.3, 8.4] + php-version: [8.1, 8.2, 8.3, 8.4, 8.5] os: [ubuntu-latest] es-version: [9.0.0-SNAPSHOT] test-suite: [stack]