OXDEV-7845 Add back the dependency on shop CE, but disable its instal… #167
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 |