Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 570dfbd

Browse files
authored
Bump open-api generator
1 parent db0add8 commit 570dfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Open API code generation
2323
run: |
2424
npm install @openapitools/openapi-generator-cli
25-
npx @openapitools/openapi-generator-cli version-manager set 7.4.0
25+
npx @openapitools/openapi-generator-cli version-manager set 7.5.0
2626
npx @openapitools/openapi-generator-cli generate -i catroweb.yaml -g php-symfony -p sortParamsByRequiredFlag=true -p skipFormModel=true -p variableNamingConvention=snake_case -p phpLegacySupport=false -o .
2727
2828
- name: Permissions

0 commit comments

Comments
 (0)