Skip to content

Commit

Permalink
Merge pull request #662 from spryker-sdk/rc
Browse files Browse the repository at this point in the history
Rc
  • Loading branch information
eduard-melnytskyi authored Sep 20, 2024
2 parents 780eeba + 8e48d5b commit 4dfd4b0
Show file tree
Hide file tree
Showing 6 changed files with 506 additions and 667 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
php-version: [
'8.0',
'8.1',
'8.2',
'8.3'
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: build-docker-image
strategy:
matrix:
php_version: ['8.0', '8.1', '8.2' ]
php_version: ['8.1', '8.2', '8.3']
steps:
# https://github.com/actions/checkout
- name: Checkout codebase
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/spryker-sdk/sdk/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/sdk/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov](https://codecov.io/gh/spryker-sdk/sdk/branch/master/graph/badge.svg?token=Ff8EDd0kgG)](https://codecov.io/gh/spryker-sdk/sdk)
[![Latest Stable Version](https://poser.pugx.org/spryker-sdk/sdk/v/stable.svg)](https://packagist.org/packages/spryker-sdk/sdk)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)

The Spryker SDK aims to provide a single entry point to accelerate your productivity working with Spryker.
Expand Down
Loading

0 comments on commit 4dfd4b0

Please sign in to comment.