PHP Classes

File: .github/workflows/ci.yml

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   Conway's Game of Life PHP   .github/workflows/ci.yml   Download  
File: .github/workflows/ci.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Conway's Game of Life PHP
Implementation of the game of life simulation
Author: By
Last change:
Date: 10 months 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