Skip to content

Commit

Permalink
Merge branch 'b-7.3.x' into b-8.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kenariosz committed Oct 24, 2024
2 parents bb76a6c + 5e42e92 commit c6291bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/oxid-esales/shop_ce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ install: &install
"require": {
"oxid-esales/twig-component": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}",
"twig/twig": "^3.14"
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}"
}
}
output:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_shop_ce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- 'PHP8.2/MySQL8.0'
- 'PHP8.3/MySQL5.7'
- 'PHP8.3/MySQL8.0'
default: 'PHP8.1/MySQL5.7'
default: 'PHP8.3/MySQL8.0'
custom_testplan:
type: string
description: 'Custom testplan'
Expand Down

0 comments on commit c6291bb

Please sign in to comment.