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 e997503..ac39b43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Propel Module [![Latest Stable Version](https://poser.pugx.org/spryker/propel/v/stable.svg)](https://packagist.org/packages/spryker/propel) -[![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/) Propel is the glue between Spryker's persistence layer and the Propel ORM library. It supports both MySQL and PostgreSQL databases. diff --git a/composer.json b/composer.json index cc92cd4..cd6b9cd 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Propel module", "license": "proprietary", "require": { - "php": ">=8.1", + "php": ">=8.2", "spryker/application-extension": "^1.0.0", "spryker/config": "^3.0.0", "spryker/health-check-extension": "^1.0.0",