Fix XML testing data for integration instance. #62
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: [ push, pull_request ] | |
jobs: | |
test: | |
runs-on: ubuntu-20.04 | |
strategy: | |
matrix: | |
typo3: ["12"] | |
php: ["8.1", "8.2", "8.3"] | |
composer: ["lowest", "highest"] | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run tests | |
uses: ddev/github-action-setup-ddev@v1 | |
- run: ddev ci ${{ matrix.typo3 }} ${{ matrix.php }} ${{ matrix.composer }} |