Skip to content

Commit 9878f0c

Browse files
authored
Merge pull request #188 from spryker-sdk/feature/frw-8801/master-php-upgrade-and-drop-81
FRW-8801 Dropped PHP 8.1 support.
2 parents 89a2d77 + 656692e commit 9878f0c

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
php-version: [
20-
'8.2'
20+
'8.3'
2121
]
2222
steps:
2323
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Spryk Module
22
[![CI](https://github.com/spryker-sdk/spryk/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/spryk/actions?query=workflow%3ACI+branch%3Amaster)
33
[![Latest Stable Version](https://poser.pugx.org/spryker-sdk/spryk/v/stable.svg)](https://packagist.org/packages/spryker-sdk/spryk)
4-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
4+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/)
55
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan)
66

77
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Spryk module",
55
"license": "proprietary",
66
"require": {
7-
"php": ">=8.1"
7+
"php": ">=8.2"
88
},
99
"minimum-stability": "dev",
1010
"prefer-stable": true,

spryk.phar

494 KB
Binary file not shown.

0 commit comments

Comments
 (0)