Skip to content

Commit

Permalink
Merge pull request #82 from fanquake/stop_building_eol_branches
Browse files Browse the repository at this point in the history
test: remove long-EOL branches from CI test matrix
  • Loading branch information
nolim1t authored Jun 2, 2023
2 parents 23f14f3 + 4c47443 commit 83c9ece
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
fail-fast: false
matrix:
subver:
- '0.16'
- '0.17'
- '0.18'
- '0.19'
- '0.20'
- '0.21'
- '22.0'
- '23.0'
- '24.0'
Expand Down Expand Up @@ -73,11 +67,7 @@ jobs:
run bitcoind | head -n 1
run bitcoin-cli
run bitcoin-tx --help | head -n 1
# If version higher, or equal than v0.18.0, also run `bitcoin-wallet` binary
if [ "${MINOR#0.}" -ge "18" ]; then
run bitcoin-wallet --help | head -n 1
fi
run bitcoin-wallet --help | head -n 1
run uname -a
run cat /etc/os-release
Expand Down

0 comments on commit 83c9ece

Please sign in to comment.