From 0a1c21c379e2a453ea0a94f7af5d56fe25a7cc13 Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 26 Nov 2024 13:15:08 +1100 Subject: [PATCH] adding php 8.5 to build matrix - build against 8.5 (nightly) - make 8.4 non-experimental --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8bd021faf..17fd261d0 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,11 +13,11 @@ jobs: strategy: fail-fast: false matrix: - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.1', '8.2', '8.3', '8.4'] experimental: [false] composer_args: [""] include: - - php-version: 8.4 + - php-version: 8.5 experimental: true composer_args: "--ignore-platform-reqs" env: