![]() 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/rentpix.corals.io/vendor/spiritix/php-chrome-html2pdf/.github/workflows/ |
name: PHP Checks on: [ push, pull_request ] permissions: contents: read jobs: lint: name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }} strategy: fail-fast: false matrix: operating-system: [ ubuntu-latest ] php-versions: [ '8.0', '8.1' ] steps: - uses: actions/checkout@v3 - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - name: Cache composer dependencies uses: actions/cache@v3 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-php- - name: Install dependencies run: composer install --prefer-dist --no-progress - name: PHPUnit run: composer run test - name: Publish code coverage uses: paambaati/[email protected] env: CC_TEST_REPORTER_ID: 9f50abd103970276888567b08e665c8cedb039ee0a529ef768df269028f9d879