PHP Classes

File: .github/workflows/ci.yml

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP Data Structure and Algorithms   .github/workflows/ci.yml   Download  
File: .github/workflows/ci.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Data Structure and Algorithms
Create and search data structures objects
Author: By
Last change:
Date: 2 years ago
Size: 470 bytes
 

Contents

Class file image Download
name: Continuous Integration on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: php-version: - "7.4" - "8.0" steps: - uses: actions/checkout@v2 - name: Install dependencies run: composer install --prefer-dist --no-progress - name: Run test suite run: ./vendor/bin/phpunit tests --testdox