这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@samsonasik
Copy link
Contributor

No description provided.

@Ocramius
Copy link
Owner

Ocramius commented Oct 5, 2025

Remember to regenerate the lock file

@samsonasik
Copy link
Contributor Author

@Ocramius I've regenerated composer.lock 👍

@Ocramius
Copy link
Owner

Ocramius commented Oct 5, 2025

Hmm, sounds like upstream isn't ready yet, due to missing pcov for 8.5

@samsonasik
Copy link
Contributor Author

samsonasik commented Oct 5, 2025

is there a way to disable pcov for php 8.5?

@Ocramius
Copy link
Owner

Ocramius commented Oct 5, 2025

Not if mutation testing is to run. I'd rather suggest investigating what's missing for php8.5-pcov to be published

@samsonasik
Copy link
Contributor Author

samsonasik commented Oct 5, 2025

I am thinking if this can be manually on php 8.4, since mutating testing run on php 8.4

      - name: Install pcov on php 8.4
        if: matrix.operatingSystem == 'ubuntu-latest' && matrix.phpVersion == '8.4'
        run: |
          sudo apt-get install php8.4-pcov
          echo "pcov.enabled=1" >> /etc/php/8.4/cli/php.ini
          echo "pcov.directory=." >> /etc/php/8.4/cli/php.ini
          php -m | grep pcov

Then remove on .laminas-ci.json

{
-  "extensions": [
-    "pcov"
-  ],

@Ocramius
Copy link
Owner

Ocramius commented Oct 5, 2025

I'd rather not add hacks here, which I then have to maintain or revert, while all that's needed is some releasing upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants