Typo3 12 compatibility #9
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: TYPO3 12 | |
on: [pull_request] | |
jobs: | |
CGL: | |
name: Coding Style Check (TYPO3 Community CGL) | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Composer | |
run: Build/Scripts/runTests.sh -t 12 -p 8.1 -s composerUpdate | |
- name: Lint PHP | |
run: Build/Scripts/runTests.sh -t 12 -p 8.1 -s lint | |
- name: Validate code against CGL | |
run: Build/Scripts/runTests.sh -t 12 -p 8.1 -s cgl -n |