From 44af4fad81e4564ebbb8c2d9ed2e4dc8dc9de2cd Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 17 Feb 2026 19:24:55 +0000 Subject: [PATCH] Add PHP 8.4 and 8.5 support https://claude.ai/code/session_011pzsvmoNcT6Z8JByQYqUUb --- .github/workflows/php.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1e6fa49..becd57f 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest ] - php: [ '7.4', '8.0', '8.1', '8.2', '8.3'] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] name: PHP ${{ matrix.php }} steps: @@ -23,7 +23,7 @@ jobs: run: composer validate - name: Install dependencies - run: composer install --prefer-dist --no-progress --no-suggest + run: composer install --prefer-dist --no-progress - name: Run Snyk to check for vulnerabilities uses: snyk/actions/php@master diff --git a/README.md b/README.md index 200c6d0..e7e345a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Optimized for large datasets. Suitable for keeping in sync internal data with ou # Compatibility -* PHP 7.4, 8.0, 8.1, 8.2, 8.3 +* PHP 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5 # Installations