Skip to content

Commit 8d2ca28

Browse files
chore: fix integration test artifact naming
1 parent 3752055 commit 8d2ca28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
python-tag: ['3.12.3-slim-bookworm', '3.13-rc-slim-bookworm']
2424
lnd-version: ['v0.17.4-beta']
25-
cln-version: ['v23.11.2','v24.02']
25+
cln-version: ['v23.11.2'] #,'v24.02']
2626
ln-vendor: ['LND'] #, 'CLN']
2727

2828
steps:

0 commit comments

Comments
 (0)