Initial work with Psalm reporting
This commit is contained in:
parent
1ac8e27157
commit
3a681c0a44
9 changed files with 224 additions and 38 deletions
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Setup PHP with pecl extensions
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.1'
|
||||
php-version: '8.2'
|
||||
extensions: phpredis,imagick
|
||||
|
||||
- name: Copy .env
|
||||
|
|
2
.github/workflows/pint.yml
vendored
2
.github/workflows/pint.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Setup PHP with pecl extensions
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.1'
|
||||
php-version: '8.2'
|
||||
|
||||
- name: Get Composer Cache Directory
|
||||
id: composer-cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue