Fix NACSouthGermanyMediaLibraryBridge for new website layout (#4014) #200
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: Tests | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
phpunit8: | |
runs-on: ubuntu-20.04 | |
strategy: | |
matrix: | |
php-versions: ['7.4', '8.0', '8.1'] | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: shivammathur/setup-php@v2 | |
with: | |
php-version: ${{ matrix.php-versions }} | |
- run: composer install | |
- run: composer test |