Merge pull request #885 from City-of-Helsinki/UHF-11002 #4338
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
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
name: CI | |
jobs: | |
tests: | |
strategy: | |
matrix: | |
php-versions: ['8.3'] | |
uses: city-of-helsinki/drupal-gh-actions/.github/workflows/module-tests.yml@main | |
with: | |
php_version: ${{ matrix.php-versions }} | |
secrets: | |
sonarcloud_token: ${{ secrets.SONAR_TOKEN }} |