From 4ac0073a6f1b99c53c61e63d638b03f9f96eef59 Mon Sep 17 00:00:00 2001 From: Dragos Protung Date: Sat, 22 Nov 2025 18:06:16 +0100 Subject: [PATCH] Support PHP 8.5 --- .github/workflows/build.yml | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cea5b0..fdf2a60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: - 8.2 - 8.3 - 8.4 + - 8.5 symfony-version: - 6.4.* - 7.* @@ -32,7 +33,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index c96c994..3dc1f87 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "ext-dom": "*", "ext-json": "*", "azjezz/psl": "^2.9.1 || ^3.0.0 || ^4.0.0",