diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e851193..5d6b48f 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 c7d347a..cd11d72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gui Module [![Latest Stable Version](https://poser.pugx.org/spryker/gui/v/stable.svg)](https://packagist.org/packages/spryker/gui) -[![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/) Gui provides the main logic for GUI functionality across all modules. diff --git a/composer.json b/composer.json index 112144b..cb1c420 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Gui module", "license": "proprietary", "require": { - "php": ">=8.1", + "php": ">=8.2", "spryker/form-extension": "^1.0.0", "spryker/kernel": "^3.52.0", "spryker/laminas": "^1.0.0",