From 965692c895372260116950c7a8ffdf8b209a0a4c Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Thu, 28 Nov 2024 14:28:16 +0100 Subject: [PATCH 1/2] add support for PHP 8.4 --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/composer-lint.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/phpstan.yml | 2 +- composer.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 1e78392..0e55e90 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -25,4 +25,4 @@ jobs: name: "Coding Standards" uses: "doctrine/.github/.github/workflows/coding-standards.yml@6.0.0" with: - php-version: "8.3" + php-version: "8.4" diff --git a/.github/workflows/composer-lint.yml b/.github/workflows/composer-lint.yml index 39e14e0..0b791ea 100644 --- a/.github/workflows/composer-lint.yml +++ b/.github/workflows/composer-lint.yml @@ -19,4 +19,4 @@ jobs: name: "Composer Lint" uses: "doctrine/.github/.github/workflows/composer-lint.yml@6.0.0" with: - php-version: "8.3" + php-version: "8.4" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6e4b5e0..8ab1b78 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,6 +25,6 @@ jobs: name: "PHPUnit" uses: "doctrine/.github/.github/workflows/continuous-integration.yml@6.0.0" with: - php-versions: '["8.1", "8.2", "8.3"]' + php-versions: '["8.1", "8.2", "8.3", "8.4"]' secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 3aadefa..cd8f4cb 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -25,4 +25,4 @@ jobs: name: "Static Analysis" uses: "doctrine/.github/.github/workflows/phpstan.yml@6.0.0" with: - php-version: "8.3" + php-version: "8.4" diff --git a/composer.json b/composer.json index 2d6046f..e8bfd93 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "rss": "https://github.com/doctrine/doctrine-laminas-hydrator/releases.atom" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-ctype": "*", "doctrine/collections": "^2.0.0", "doctrine/inflector": "^2.0.4", From 3bbed59bf4d16113d4577db96ec2735a2f30dada Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Thu, 28 Nov 2024 14:44:50 +0100 Subject: [PATCH 2/2] updated image URLs for rendering on Github --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eaa21d..9df3b2f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://github.com/doctrine/doctrine-laminas-hydrator/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/doctrine/doctrine-laminas-hydrator/actions/workflows/continuous-integration.yml?query=branch%3A3.5.x) [![Code Coverage](https://codecov.io/gh/doctrine/doctrine-laminas-hydrator/branch/3.5.x/graphs/badge.svg)](https://codecov.io/gh/doctrine/doctrine-laminas-hydrator/branch/3.5.x) -[![Latest Stable Version](https://poser.pugx.org/doctrine/doctrine-laminas-hydrator/v/stable.png)](https://packagist.org/packages/doctrine/doctrine-laminas-hydrator) -[![Total Downloads](https://poser.pugx.org/doctrine/doctrine-laminas-hydrator/downloads.png)](https://packagist.org/packages/doctrine/doctrine-laminas-hydrator) +[![Latest Stable Version](https://poser.pugx.org/doctrine/doctrine-laminas-hydrator/v)](https://packagist.org/packages/doctrine/doctrine-laminas-hydrator) +[![Total Downloads](https://poser.pugx.org/doctrine/doctrine-laminas-hydrator/downloads)](https://packagist.org/packages/doctrine/doctrine-laminas-hydrator) This library provides Doctrine hydrators for Laminas.