PHP Classes

File: .github/workflows/psalm.yml

Recommend this page to a friend!
  Classes of Andre Polykanine A.K.A. Menelion Elensúlë   Oire Base64   .github/workflows/psalm.yml   Download  
File: .github/workflows/psalm.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Oire Base64
URL safe encoding and decoding of data with Base64
Author: By
Last change:
Date: 27 days ago
Size: 476 bytes
 

Contents

Class file image Download
name: Psalm Analyze on: [push, pull_request] jobs: phpStan: runs-on: ubuntu-latest strategy: fail-fast: true matrix: php: [8.0, 7.4, 7.3] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} steps: - name: Checkout code uses: actions/checkout@v2 - name: Run Psalm uses: docker://vimeo/psalm-github-actions with: composer_require_dev: true