diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3df4f2e..21f6d71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: php-version: [ - '8.2', '8.3', + '8.4', ] steps: - name: Checkout @@ -60,8 +60,8 @@ jobs: fail-fast: false matrix: php-version: [ - '8.2', '8.3', + '8.4', ] steps: - name: Checkout diff --git a/README.md b/README.md index dd0a7b7..00bb41e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/spryker-sdk/utils/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/utils/actions?query=workflow%3ACI+branch%3Amaster) [![codecov](https://codecov.io/gh/spryker-sdk/utils/branch/master/graph/badge.svg?token=AVljwSGALQ)](https://codecov.io/gh/spryker-sdk/utils) [![Latest Stable Version](https://poser.pugx.org/spryker-sdk/utils/v/stable.svg)](https://packagist.org/packages/spryker-sdk/utils) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.3-8892BF.svg)](https://php.net/) [![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/) ## Installation diff --git a/composer.json b/composer.json index 52ce124..00a64c0 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "license": "proprietary", "require": { - "php": ">=8.2", + "php": ">=8.3", "ext-mbstring": "*", "composer/semver": "^3.4", "symfony/filesystem": "^6.0.0",