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 c105457 commit cb383c5Copy full SHA for cb383c5
.github/workflows/infection.yaml
@@ -23,8 +23,8 @@ jobs:
23
24
- name: Infection
25
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
+ wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar
+ wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar.asc
28
chmod +x infection.phar
29
./infection.phar
30
.github/workflows/phpstan-5.yaml
.github/workflows/quality.yaml
@@ -34,6 +34,6 @@ jobs:
34
uses: php-actions/phpstan@v3
35
with:
36
path: src/
37
- level: 4
+ level: 5
38
php_version: '8.2'
39
php_extensions: zip xdebug
0 commit comments