Skip to content

IVM-8 Remove smarty support #121

IVM-8 Remove smarty support

IVM-8 Remove smarty support #121

Workflow file for this run

name: Auto trigger on push or pull requests
# Matrix workflow using re-usable github actions
on:
pull_request: {}
push: {}
jobs:
shop70:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yml@v4
with:
testplan: '~/defaults/7.0.x.yml,~/defaults/php8.1_mysql5.7_only.yml,~/module-invoice.yml,~/_custom.yml'
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/fresh-advance'
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}