Skip to content

Commit a1747c7

Browse files
committed
Limit Psalm to one version
1 parent e86c61e commit a1747c7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Template/.github/workflows/psalm.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ on:
2020

2121
jobs:
2222
build:
23-
name: PHP ${{ matrix.php-versions }} Psalm Analysis
23+
name: Psalm Analysis
2424
runs-on: ubuntu-latest
2525
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']
3026

3127
steps:
3228
- name: Checkout
@@ -35,7 +31,7 @@ jobs:
3531
- name: Setup PHP
3632
uses: shivammathur/setup-php@v2
3733
with:
38-
php-version: ${{ matrix.php-versions }}
34+
php-version: '8.0'
3935
tools: phpstan, phpunit
4036
extensions: intl, json, mbstring, xml
4137
coverage: none

0 commit comments

Comments
 (0)