Skip to content

Commit 37c3737

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 8e78133 commit 37c3737

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UtilNumber Module
22
[![Latest Stable Version](https://poser.pugx.org/spryker/util-number/v/stable.svg)](https://packagist.org/packages/spryker/util-number)
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
UtilNumber provides low level numbers related functionality.
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "proprietary",
66
"require": {
77
"ext-intl": "*",
8-
"php": ">=8.1",
8+
"php": ">=8.2",
99
"spryker/application-extension": "^1.0.0",
1010
"spryker/kernel": "^3.30.0",
1111
"spryker/transfer": "^3.25.0"

0 commit comments

Comments
 (0)