We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 296fa18 + edd7984 commit 19de332Copy full SHA for 19de332
.github/workflows/psalm.yml
@@ -3,7 +3,7 @@ name: psalm
3
on:
4
push:
5
branches:
6
- - '*.x'
+ - 'gh-pages'
7
pull_request:
8
schedule:
9
- cron: '0 0 * * *'
@@ -22,13 +22,15 @@ jobs:
22
- '8.4'
23
steps:
24
- name: Setup PHP ${{ matrix.php-version }}
25
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
26
with:
27
php-version: ${{ matrix.php-version }}
28
extensions: mbstring, xml
29
+ tools: composer:v2
30
+ coverage: none
31
32
- name: Checkout Repository
- uses: actions/checkout@v4
33
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
34
35
- name: Install Dependencies
36
run: composer install --prefer-dist --no-interaction --no-progress --dev
0 commit comments