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 e6d5b92 commit 173b645Copy full SHA for 173b645
1 file changed
.github/workflows/mutation-tests.yml
@@ -25,10 +25,10 @@ jobs:
25
mutation-tests:
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
29
- uses: shivammathur/setup-php@v2
30
with:
31
- php-version: '8.3'
+ php-version: '8.5'
32
tools: infection
33
- uses: ramsey/composer-install@v3
34
- - run: infection --min-covered-msi=95 --no-progress --log-verbosity=none --threads=max
+ - run: infection --min-covered-msi=95 --no-progress --log-verbosity=none --threads=max
0 commit comments