Skip to content

UNZER-275 Actualize b-7.0.x branch #67

UNZER-275 Actualize b-7.0.x branch

UNZER-275 Actualize b-7.0.x branch #67

Workflow file for this run

name: Trigger
on:
pull_request:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
p80m57both:
name: 'Php-8.0-Mysql-5.7'
uses: ./.github/workflows/development.yml
secrets: inherit
with:
php: '8.0'
mysql: '5.7.37'
report_sonarcloud: true
p81m80both:
name: 'Php-8.1-Mysql-8.0'
uses: ./.github/workflows/development.yml
secrets: inherit
with:
php: '8.1'
mysql: '8.0'