PHP Classes

File: .github/workflows/phpunit.yml

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Penelope Asynchronous File Handler using Fibers   .github/workflows/phpunit.yml   Download  
File: .github/workflows/phpunit.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Penelope Asynchronous File Handler using Fibers
Read and write data to files using fibers
Author: By
Last change:
Date: 12 days ago
Size: 457 bytes
 

Contents

Class file image Download
name: PHP 8.2 PHPUnit Tests on: push: branches: [main] pull_request: branches: [main] jobs: phpunit_81: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up PHP 8.2 uses: shivammathur/setup-php@v2 with: php-version: '8.2' - name: Install dependencies run: composer install --no-interaction - name: Run PHPUnit run: vendor/bin/phpunit