Skip to content

Commit 173b645

Browse files
authored
Attempt fixing mutation tests
1 parent e6d5b92 commit 173b645

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mutation-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
mutation-tests:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v7
2929
- uses: shivammathur/setup-php@v2
3030
with:
31-
php-version: '8.3'
31+
php-version: '8.5'
3232
tools: infection
3333
- uses: ramsey/composer-install@v3
34-
- run: infection --min-covered-msi=95 --no-progress --log-verbosity=none --threads=max
34+
- run: infection --min-covered-msi=95 --no-progress --log-verbosity=none --threads=max

0 commit comments

Comments
 (0)