Skip to content

Commit 128a8e0

Browse files
chore: update to api-platform/core v3.3.0 (#381)
1 parent bd7b70c commit 128a8e0

File tree

5 files changed

+79
-50
lines changed

5 files changed

+79
-50
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ jobs:
185185
run: |
186186
docker compose ps
187187
docker compose logs
188+
-
189+
name: Debug Services
190+
if: failure()
191+
run: |
192+
docker compose ps
193+
docker compose logs
188194
-
189195
uses: actions/upload-artifact@v4
190196
if: failure()

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": ">=8.3",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
8-
"api-platform/core": "^3.2",
8+
"api-platform/core": "^3.3.0@beta",
99
"doctrine/common": "^3.4",
1010
"doctrine/doctrine-bundle": "^2.11",
1111
"doctrine/doctrine-fixtures-bundle": "^3.5",

api/composer.lock

Lines changed: 69 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/config/packages/api_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api_platform:
22
title: API Platform's demo
3-
version: 3.2.21
3+
version: 3.3.0
44
description: |
55
This is a demo application of the [API Platform](https://api-platform.com) framework.
66
[Its source code](https://github.com/api-platform/demo) includes various examples, check it out!

helm/api-platform/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 3.2.21
20+
version: 3.3.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
25-
appVersion: 3.2.21
25+
appVersion: 3.3.0
2626

2727
dependencies:
2828
- name: postgresql

0 commit comments

Comments
 (0)