Skip to content

Commit

Permalink
test: remove long-EOL branches from CI test matrix
Browse files Browse the repository at this point in the history
Rather than building many, end of life branches, everytime a new PR is
opened, slim the test matrix down to more recent versions.

Note that even 22.0 is now end of life, and wont be receiving any
further updates: https://bitcoincore.org/en/lifecycle/#schedule, however
I've left that as-is for now.
  • Loading branch information
fanquake committed Jun 1, 2023
1 parent 23f14f3 commit 4c47443
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 4c47443

Please sign in to comment.