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 e651e4e commit 69429f7Copy full SHA for 69429f7
.github/workflows/pest.yml
@@ -40,7 +40,7 @@ jobs:
40
working-directory: ./build/1ma/secp256k1-nostr-php
41
run: |
42
sudo make install
43
- echo "extension=secp256k1_nostr.so" | sudo tee -a /etc/php/8.3/cli/php.ini
+ echo "extension=secp256k1_nostr.so" | sudo tee -a /etc/php/8.4/cli/php.ini
44
45
- name: Checkout
46
uses: actions/checkout@v3
0 commit comments