Skip to content

Commit

Permalink
Limit Psalm to one version
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed May 20, 2022
1 parent e86c61e commit a1747c7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Template/.github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ on:

jobs:
build:
name: PHP ${{ matrix.php-versions }} Psalm Analysis
name: Psalm Analysis
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1']

steps:
- name: Checkout
Expand All @@ -35,7 +31,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
php-version: '8.0'
tools: phpstan, phpunit
extensions: intl, json, mbstring, xml
coverage: none
Expand Down

0 comments on commit a1747c7

Please sign in to comment.