PHP Classes

File: uploady/vendor/robthree/twofactorauth/.github/workflows/test-bacon.yml

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/vendor/robthree/twofactorauth/.github/workflows/test-bacon.yml   Download  
File: uploady/vendor/robthree/twofactorauth/.github/workflows/test-bacon.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Update of uploady/vendor/robthree/twofactorauth/.github/workflows/test-bacon.yml
Date: 20 days ago
Size: 622 bytes
 

Contents

Class file image Download
name: Test Bacon QR Code Provider on: push: pull_request: jobs: build: runs-on: ubuntu-latest strategy: matrix: php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} tools: composer coverage: xdebug ini-values: error_reporting=E_ALL - uses: ramsey/composer-install@v1 - run: composer require bacon/bacon-qr-code - run: composer lint - run: composer test testsDependency/BaconQRCodeTest.php