Skip to content

Commit

Permalink
fix(composer.json): Fix deprecated warning for license [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Mar 20, 2024
1 parent 4f4bfdc commit d4dd832
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: ddev playwright test category.test

- name: Keep Playwright report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-${{ matrix.php-version }}-${{ matrix.m2-version }}
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.13](https://github.com/julienloizelet/magento2-category-code/releases/tag/v1.1.13) - 2024-03-20
[_Compare with previous release_](https://github.com/julienloizelet/magento2-category-code/compare/v1.1.12...v1.1.13)

- No changes, release to satisfy the Adobe Commerce up-to-date policies
### Fixes

- Fix `composer.json` deprecated warning for license

---

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 @@
"type": "magento2-module",
"version": "1.1.13",
"minimum-stability": "stable",
"license": "GPL-3.0+",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Julien Loizelet",
Expand Down

0 comments on commit d4dd832

Please sign in to comment.