diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24afc4b..e851193 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.0' + php-version: '8.2' extensions: mbstring, intl, bcmath coverage: none @@ -41,7 +41,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.1' extensions: mbstring, intl, bcmath coverage: none diff --git a/README.md b/README.md index fa4de77..62ef7c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GlueJsonApiConvention Module [![Latest Stable Version](https://poser.pugx.org/spryker/glue-json-api-convention/v/stable.svg)](https://packagist.org/packages/spryker/glue-json-api-convention) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/) Library that can be reused to build an API application following the JSON API convention. diff --git a/composer.json b/composer.json index 9871624..ecb8469 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "GlueJsonApiConvention module", "license": "proprietary", "require": { - "php": ">=8.0", + "php": ">=8.1", "spryker/doctrine-inflector": "^1.0.0", "spryker/documentation-generator-api-extension": "^1.0.0", "spryker/glue-application-extension": "^1.13.0",