Skip to content

Commit

Permalink
OXDEV-8352 Update GhA
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Nov 20, 2024
1 parent f10a671 commit 62876dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
;;
esac
# shellcheck disable=SC2088
TESTPLAN="~/defaults/7.2.x.yaml,${LIMIT}~/module-gdproptin.yaml,~/_custom.yaml"
TESTPLAN="~/defaults/7.3.x.yaml,${LIMIT}~/module-gdproptin.yaml,~/_custom.yaml"
echo "testplan=${TESTPLAN}" | tee -a "${GITHUB_OUTPUT}"
dispatch_stable:
if: ${{ inputs.use_dev_version == 'no' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
module_gdproptin_72x_nightly:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4
with:
testplan: '~/defaults/7.2.x.yaml,~/defaults/scheduled.yaml,~/module-gdproptin.yaml,~/_custom.yaml'
testplan: '~/defaults/7.3.x.yaml,~/defaults/scheduled.yaml,~/module-gdproptin.yaml,~/_custom.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.2.x**'
- 'b-7.3.x**'

jobs:
module-gdproptin:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4
with:
testplan: '~/defaults/7.2.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/module-gdproptin.yaml,~/_custom.yaml'
testplan: '~/defaults/7.3.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/module-gdproptin.yaml,~/_custom.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,19 @@
"phpstan/phpstan": "^1.8.11",
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11",
"oxid-esales/oxideshop-ce": "dev-b-7.2.x",
"oxid-esales/oxideshop-ce": "dev-b-7.3.x",
"phpunit/phpunit": "^10.5",
"mikey179/vfsstream": "~1.6.8",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
"codeception/module-db": "^3.0",
"codeception/module-filesystem": "^3.0",
"codeception/module-webdriver": "^4.0",
"oxid-esales/codeception-modules": "dev-b-7.2.x",
"oxid-esales/codeception-page-objects": "dev-b-7.2.x",
"oxid-esales/developer-tools": "dev-b-7.2.x"
"oxid-esales/codeception-modules": "dev-b-7.3.x",
"oxid-esales/codeception-page-objects": "dev-b-7.3.x"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.2"
"oxid-esales/oxideshop-ce": "<7.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 62876dd

Please sign in to comment.