Skip to content

Commit

Permalink
OXDEV-8306 Change testplans to use b-7.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Oct 14, 2024
1 parent d4c56b6 commit 1a3b75a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
;;
esac
# shellcheck disable=SC2088
TESTPLAN="~/defaults/7.1.x.yaml,${LIMIT}~/geo-blocking.yaml"
TESTPLAN="~/defaults/7.2.x.yaml,${LIMIT}~/geo-blocking.yaml"
echo "testplan=${TESTPLAN}" | tee -a "${GITHUB_OUTPUT}"
dispatch_stable:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: always()
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4
with:
testplan: '~/defaults/7.1.x.yaml,~/defaults/scheduled.yaml,~/geo-blocking.yaml'
testplan: '~/defaults/7.2.x.yaml,~/defaults/scheduled.yaml,~/geo-blocking.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
pull_request: {}
push:
branches:
- 'b-7.1.x*'
- 'b-7.2.x*'

jobs:
geo_blocking_php82_mysql80:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4
with:
testplan: '~/defaults/7.1.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/geo-blocking.yaml'
testplan: '~/defaults/7.2.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/geo-blocking.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand Down
2 changes: 1 addition & 1 deletion src/Component/UserComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class UserComponent extends UserComponent_parent
*
* @see \OxidEsales\Eshop\Application\Component\UserComponent::changeUserWithoutRedirect()
*
* @return bool
* @return bool|null
*/
public function changeUserWithoutRedirect()
{
Expand Down

0 comments on commit 1a3b75a

Please sign in to comment.