![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.cartinsight.co/vendor/pragmarx/google2fa/.github/workflows/ |
name: Run tests on: push: pull_request: schedule: - cron: '0 0 * * *' jobs: php-tests: runs-on: ubuntu-latest strategy: matrix: php: [8.2, 8.1, 8.0, 7.4] name: P${{ matrix.php }} steps: - name: Checkout code uses: actions/checkout@v3 - name: Install dependencies run: | git config --global user.email "[email protected]"; git config --global user.name "Antonio Ribeiro" - name: Install dependencies run: | composer require --prefer-dist --no-interaction --no-suggest - name: Execute tests run: vendor/bin/phpunit - name: Execute PHPStan run: vendor/bin/phpstan analyse -c phpstan.neon