Path : /var/www/html/phkaymedia/vendor/jantinnerezo/livewire-alert/.github/workflows/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/vendor/jantinnerezo/livewire-alert/.github/workflows/php.yml |
name: PHPUnit on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: php-versions: [ '7.4', '8.0', '8.1', '8.2' ] phpunit-versions: [ 'latest' ] name: PHP ${{ matrix.php-versions }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} extensions: mbstring, ctype, fileinfo, openssl, PDO, bcmath, json, tokenizer, xml tools: phpunit:${{ matrix.phpunit-versions }} coverage: none - name: Install dependencies if: steps.composer-cache.outputs.cache-hit != 'true' run: | composer update --prefer-dist --no-interaction --no-suggest - name: Run test suite run: composer run-script test