Skip to content

Commit dc78a3b

Browse files
FRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled support of PHP 8.3. (#11088)
FRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled support of PHP 8.3.
1 parent f324d7e commit dc78a3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: '8.2'
21+
php-version: '8.3'
2222
extensions: mbstring, intl, bcmath
2323
coverage: none
2424

@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup PHP
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: '8.1'
44+
php-version: '8.2'
4545
extensions: mbstring, intl, bcmath
4646
coverage: none
4747

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Oms Module
22
[![Latest Stable Version](https://poser.pugx.org/spryker/oms/v/stable.svg)](https://packagist.org/packages/spryker/oms)
3-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
3+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/)
44

55
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.
66

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "proprietary",
66
"require": {
77
"ext-simplexml": "*",
8-
"php": ">=8.1",
8+
"php": ">=8.2",
99
"spryker/acl-merchant-portal-extension": "^1.0.0",
1010
"spryker/decimal-object": "^1.0.0",
1111
"spryker/error-handler": "^2.1.0",

0 commit comments

Comments
 (0)