OXDEV-7557 Automatic simple code style issues fix #13
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger | |
on: | |
pull_request: | |
push: | |
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 |