Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rc #662

Merged
merged 37 commits into from
Sep 20, 2024
Merged

Rc #662

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ef00556
Bump phpmd/phpmd from 2.13.0 to 2.15.0
dependabot[bot] Jan 8, 2024
6db09fc
Merge pull request #604 from spryker-sdk/dependabot/composer/rc/phpmd…
pavelmaksimov25 Jan 11, 2024
3dfc69b
Bump phpstan/phpstan from 1.10.54 to 1.10.56 (#608)
dependabot[bot] Jan 15, 2024
2bb2bd4
Dependency update. SDK-5752: Feature dev-master switch for RG
pavelmaksimov25 Jan 18, 2024
5509776
Merge branch 'master' into rc
vol4onok Jan 18, 2024
1d47a47
Updated conposer.lock (#622)
vol4onok Feb 22, 2024
1a6bdad
Merge branch 'master' of github.com:spryker-sdk/sdk into rc
vol4onok Feb 22, 2024
24879f6
Dependency update. Dependency update. FRW-7460: Fixed multitype in Ab…
vol4onok Feb 27, 2024
5f336bb
Merge branch 'master' of github.com:spryker-sdk/sdk into rc
vol4onok Feb 27, 2024
27a9516
FRW-7460: Updated composer (#627)
vol4onok Feb 27, 2024
1bab4d6
Merge branch 'master' into rc
vol4onok Feb 27, 2024
5e23245
[create-pull-request] automated change (#629)
vol4onok Feb 27, 2024
9845ada
Merge branch 'master' into rc
vol4onok Feb 27, 2024
34409d9
Update evaluator
vol4onok Feb 27, 2024
47152ee
Merge branch 'master' of github.com:spryker-sdk/sdk into rc
vol4onok Feb 27, 2024
6a0d637
Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for…
vol4onok Mar 11, 2024
c29d96e
Dependency update. FRW-7458: Fixed upgrader link
vol4onok Mar 11, 2024
a1d371c
Merge branch 'master' into rc
vol4onok Mar 11, 2024
19253fa
Updated packages (#640)
vol4onok Mar 12, 2024
f76e9b7
Merge branch 'master' into rc
vol4onok Mar 12, 2024
22be66e
Dependency update. FRW-7467: Adjusted composer. Fixed yaml reader for…
vol4onok Mar 12, 2024
2c12d2b
Merge branch 'master' into rc
vol4onok Mar 12, 2024
9046421
Dependency update. BC fix
vol4onok Mar 12, 2024
23f7bdf
Updated composer (#650)
vol4onok Jun 4, 2024
d3d81d2
Merge branch 'master' into rc
vol4onok Jun 4, 2024
586358e
Dependency update. SUPESC-852 Fixed cache corruption.
vol4onok Jul 18, 2024
952eeec
Merge branch 'master' of github.com:spryker-sdk/sdk into rc
vol4onok Jul 18, 2024
a6acf05
Dependency update. SUPESC-8668 Fixed validation for deprecated features.
vol4onok Jul 26, 2024
1968648
Dependency update. FRW-838 Fixed allowed memory size.
vol4onok Jul 30, 2024
ee19e16
Merge branch 'master' of github.com:spryker-sdk/sdk into rc
vol4onok Jul 30, 2024
e35274f
Updated composer
vol4onok Jul 30, 2024
ce98a8e
Updated composer
vol4onok Jul 30, 2024
c4e384b
Dependency update. SUPESC-838 Fixed issue with project config.
vol4onok Jul 30, 2024
db9b644
FRW-8801 Upgraded php ver and updated composer.lock dependencies
olhalivitchuk Sep 20, 2024
6d1c118
Merge pull request #661 from spryker-sdk/feature/frw-8801/master-php-…
olhalivitchuk Sep 20, 2024
5cd2ea0
Resolved conflicts
olhalivitchuk Sep 20, 2024
8e48d5b
Merge pull request #663 from spryker-sdk/rc-resolved-conflicts
olhalivitchuk Sep 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading