diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b00a21ae..a18ca8db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: php-version: [ - '8.2' + '8.3' ] steps: - name: Checkout diff --git a/README.md b/README.md index 08dacf0a..d6b34265 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Spryk Module [![CI](https://github.com/spryker-sdk/spryk/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/spryk/actions?query=workflow%3ACI+branch%3Amaster) [![Latest Stable Version](https://poser.pugx.org/spryker-sdk/spryk/v/stable.svg)](https://packagist.org/packages/spryker-sdk/spryk) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/) [![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan) ## Installation diff --git a/composer.json b/composer.json index 1a007173..ee182f42 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Spryk module", "license": "proprietary", "require": { - "php": ">=8.1" + "php": ">=8.2" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/spryk.phar b/spryk.phar index 1a4d0437..14efeb24 100755 Binary files a/spryk.phar and b/spryk.phar differ