Skip to content

Commit 69429f7

Browse files
committed
wrong php version
1 parent e651e4e commit 69429f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: ./build/1ma/secp256k1-nostr-php
4141
run: |
4242
sudo make install
43-
echo "extension=secp256k1_nostr.so" | sudo tee -a /etc/php/8.3/cli/php.ini
43+
echo "extension=secp256k1_nostr.so" | sudo tee -a /etc/php/8.4/cli/php.ini
4444
4545
- name: Checkout
4646
uses: actions/checkout@v3

0 commit comments

Comments
 (0)