Skip to content

Commit

Permalink
Merge pull request #92 from driehle/add-php84
Browse files Browse the repository at this point in the history
Add support for PHP 8.4
  • Loading branch information
driehle authored Nov 28, 2024
2 parents 16ac460 + 3bbed59 commit a9969df
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: "8.3"
php-version: "8.4"
2 changes: 1 addition & 1 deletion .github/workflows/composer-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: "8.3"
php-version: "8.4"
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/[email protected]"
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 }}
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: "8.3"
php-version: "8.4"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a9969df

Please sign in to comment.