Skip to content

Merge pull request #5 from thomasbeaujean/test #6

Merge pull request #5 from thomasbeaujean/test

Merge pull request #5 from thomasbeaujean/test #6

Workflow file for this run

#.github/workflows/php.yml
name: QueryBuilderRepositoryGeneratorBundle test
on:
push: ~
pull_request: ~
jobs:
build:
runs-on: ${{ matrix.operating-system }}
name: PHP ${{ matrix.php }} and Symfony ${{ matrix.symfony }}
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '8.1' ]
symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*']
steps:
- uses: actions/checkout@main
- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: flex
- name: Download dependencies
env:
SYMFONY_REQUIRE: ${{ matrix.symfony }}
uses: ramsey/composer-install@v1
- name: Run test suite on PHP ${{ matrix.php }} and Symfony ${{ matrix.symfony }}
run: ./vendor/bin/phpunit