Skip to content

Commit

Permalink
gh-actions: updates actions bitcoind and lightningd versions
Browse files Browse the repository at this point in the history
Bumps CLN to v24.02.1 and Bitcoin Core to v26.0
  • Loading branch information
sr-gi committed Mar 29, 2024
1 parent 997f77f commit 1dd7904
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cln-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI tests for CLN watchtower-plugin
on: [push, pull_request]

env:
bitcoind_version: 0.20.1
cln_version: 0.12.1
bitcoind_version: "26.0"
cln_version: 24.02.1

jobs:
cache-cln:
Expand All @@ -28,10 +28,10 @@ jobs:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
if: ${{ steps.cache-cln.outputs.cache-hit != 'true' }}
run: |
sudo apt-get update && sudo apt-get install gettext
sudo apt-get update && sudo apt-get install -y gettext protobuf-compiler
git clone https://github.com/ElementsProject/lightning.git && cd lightning && git checkout v${{ env.cln_version }}
pip install --user poetry && poetry install
./configure --enable-developer && poetry run make
./configure && poetry run make
cln-plugin:
needs: cache-cln
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- name: Run tests
run: |
cd watchtower-plugin/tests
DEVELOPER=1 SLOW_MACHINE=1 poetry run pytest test.py --log-cli-level=INFO -s
SLOW_MACHINE=1 poetry run pytest test.py --log-cli-level=INFO -s

0 comments on commit 1dd7904

Please sign in to comment.