- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phpstan >= 0.12.3 installation error #222
Comments
The manual import of the key works: gpg --keyserver keys.openpgp.org --recv-keys CF1A108D0E7AE720 |
Interesting. I tried to reproduce this but so far didn't manage. I'll check some more over the weekend. |
Ah, I didn't see the |
@szepeviktor The error your action has is actually not a phive problem but a key problem: It appears that the key Anyway, since the key cannot be found on either of the other keyservers either, phive is out of luck - and fails. I'm a bit confused as to what the output looks like, since I was under the assumption we handle the "no key found" situation better, but maybe that's just not recorded properly... |
@ondrejmirtes Could you chime in and :) confirm that key? |
Actually, it looks like the key I just downlaoded from that URL has a UID set. |
Can you try running the github action again? This is rather strange ;) I had exactly that case before and I did get a key from But this key (at least now?) does contain a UID. |
This is not related to the actual topic of this issue though.. |
There are two problems at hand:
I fail to reproduce the 2nd, unrelated problem as well. For the first problem, we actually have to update phive to fetch more releases from the github api as for whatever reason the api requires paging but doesn't allow searching :-/. But I have to fetch a release older than 0.12.3, which is not on the first page anymore ;) |
🤯 |
Then the first point has to do with #274. |
Starting with version 0.12.3 of phpstan the developer (ondrejmirtes) is using a new gpg key. But the installation with phive also crashes when I accept the new key:
Is this an issue with phive or should I open an issue within the phpstan project?
The text was updated successfully, but these errors were encountered: