bug #798 [Live] Fix checksum calculation for deeply nested data (1ed) #122
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: ux.symfony.com | |
on: | |
push: | |
pull_request: | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
shell: bash | |
working-directory: ux.symfony.com | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: shivammathur/setup-php@v2 | |
with: | |
php-version: 8.1 | |
- name: Install dependencies | |
uses: ramsey/composer-install@v2 | |
with: | |
working-directory: ux.symfony.com | |
- name: Tests | |
run: vendor/bin/phpunit |