diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e851193f..5d6b48fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.2' + php-version: '8.3' extensions: mbstring, intl, bcmath coverage: none @@ -41,7 +41,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' extensions: mbstring, intl, bcmath coverage: none diff --git a/README.md b/README.md index 333b0ea8..d1d49ea9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Oms Module [![Latest Stable Version](https://poser.pugx.org/spryker/oms/v/stable.svg)](https://packagist.org/packages/spryker/oms) -[![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/) Oms is Spryker's order management system for implementing complex process flows using state machines. Business processes are mapped to a business state to be able to not only build the process but to monitor and track the steps, to gather insights regarding the sales process and data on which the sales process can be optimized. diff --git a/composer.json b/composer.json index 8611b14d..98a82c68 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "proprietary", "require": { "ext-simplexml": "*", - "php": ">=8.1", + "php": ">=8.2", "spryker/acl-merchant-portal-extension": "^1.0.0", "spryker/decimal-object": "^1.0.0", "spryker/error-handler": "^2.1.0",