Skip to content

Commit cb383c5

Browse files
committed
Updated phpstan and infection github actions
1 parent c105457 commit cb383c5

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

.github/workflows/infection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Infection
2525
run: |
26-
wget -q https://github.com/infection/infection/releases/download/0.26.18/infection.phar
27-
wget -q https://github.com/infection/infection/releases/download/0.26.18/infection.phar.asc
26+
wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar
27+
wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar.asc
2828
chmod +x infection.phar
2929
./infection.phar
3030

.github/workflows/phpstan-5.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
uses: php-actions/phpstan@v3
3535
with:
3636
path: src/
37-
level: 4
37+
level: 5
3838
php_version: '8.2'
3939
php_extensions: zip xdebug

0 commit comments

Comments
 (0)