We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86c61e commit a1747c7Copy full SHA for a1747c7
src/Template/.github/workflows/psalm.yml
@@ -20,13 +20,9 @@ on:
20
21
jobs:
22
build:
23
- name: PHP ${{ matrix.php-versions }} Psalm Analysis
+ name: Psalm Analysis
24
runs-on: ubuntu-latest
25
if: "!contains(github.event.head_commit.message, '[ci skip]')"
26
- strategy:
27
- fail-fast: false
28
- matrix:
29
- php-versions: ['7.4', '8.0', '8.1']
30
31
steps:
32
- name: Checkout
@@ -35,7 +31,7 @@ jobs:
35
- name: Setup PHP
36
uses: shivammathur/setup-php@v2
37
33
with:
38
- php-version: ${{ matrix.php-versions }}
34
+ php-version: '8.0'
39
tools: phpstan, phpunit
40
extensions: intl, json, mbstring, xml
41
coverage: none
0 commit comments