PHP Classes

File: .github/workflows/tests.yml

Recommend this page to a friend!
  Classes of Fatih Yard?mc?   PHP Whois   .github/workflows/tests.yml   Download  
File: .github/workflows/tests.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Whois
Query about domains accessing a Whois server
Author: By
Last change:
Date: 27 days ago
Size: 516 bytes
 

Contents

Class file image Download
on: [push, pull_request] jobs: php-intl: runs-on: ubuntu-18.04 strategy: fail-fast: false matrix: php-version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] steps: - uses: actions/checkout@v2 with: fetch-depth: 1 - run: php${{ matrix.php-version }} -v - run: php${{ matrix.php-version }} -m - run: composer -V - run: composer install - run: php${{ matrix.php-version }} vendor/bin/phpunit --bootstrap tests/bootstrap.php tests