Skip to content

Commit 1e12e02

Browse files
committed
Try 7.2 shop with mariadb 11
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
1 parent 02f302f commit 1e12e02

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/trigger.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,16 @@ jobs:
3131
title: 'shop71'
3232
secrets:
3333
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
34+
35+
shop72:
36+
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yml@v4
37+
with:
38+
testplan: '~/defaults/7.2.x.yml,~/defaults/php8.3_mariadb11_only.yaml,~/module-invoice.yml,~/_custom.yml'
39+
runs_on: '"ubuntu-latest"'
40+
defaults: 'v4'
41+
plan_folder: '.github/fresh-advance'
42+
custom_testplan_yaml: |
43+
global:
44+
title: 'shop72'
45+
secrets:
46+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)