Skip to content

Commit

Permalink
Merge pull request #188 from spryker-sdk/feature/frw-8801/master-php-…
Browse files Browse the repository at this point in the history
…upgrade-and-drop-81

FRW-8801 Dropped PHP 8.1 support.
  • Loading branch information
asmarovydlo authored Sep 19, 2024
2 parents 89a2d77 + 656692e commit 9878f0c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
php-version: [
'8.2'
'8.3'
]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Spryk Module
[![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)
[![Latest Stable Version](https://poser.pugx.org/spryker-sdk/spryk/v/stable.svg)](https://packagist.org/packages/spryker-sdk/spryk)
[![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/)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Spryk module",
"license": "proprietary",
"require": {
"php": ">=8.1"
"php": ">=8.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Binary file modified spryk.phar
Binary file not shown.

0 comments on commit 9878f0c

Please sign in to comment.