PHP Classes

File: .github/workflows/phpunit.yml

Recommend this page to a friend!
  Classes of Jakub Dubec   PHP GPX Library   .github/workflows/phpunit.yml   Download  
File: .github/workflows/phpunit.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GPX Library
Parser and generator of GPS Exchange files
Author: By
Last change:
Date: 1 month ago
Size: 442 bytes
 

Contents

Class file image Download
name: PHPUnit on: [push] jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 4 matrix: php-version: ['7.3', '8.0', '8.1'] steps: - uses: actions/checkout@v3 - uses: php-actions/composer@v6 name: Install dependencies with: php_version: ${{ matrix.php-version }} version: 2 - name: Running PHPUnit run: php vendor/bin/phpunit --configuration phpunit.xml