diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2022-05-04 16:51:52 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2022-05-06 10:00:47 +0200 |
commit | dba123167236a172d2d33861d58aa94a19729671 (patch) | |
tree | 3f08f0b7ada5c77a914214d2ee9731da4beacb7b /test/README.md | |
parent | d17bbc3c484edae2552a28471d8879fca9664bcc (diff) |
test: previous releases: add v23.0
Starting from v23.0 there is a separate macOS release for x86_64 and aarch64.
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index d69e515acf..a80c280523 100644 --- a/test/README.md +++ b/test/README.md @@ -98,7 +98,7 @@ test/functional/test_runner.py --extended In order to run backwards compatibility tests, download the previous node binaries: ``` -test/get_previous_releases.py -b v22.0 v0.21.0 v0.20.1 v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2 v0.14.3 +test/get_previous_releases.py -b v23.0 v22.0 v0.21.0 v0.20.1 v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2 v0.14.3 ``` By default, up to 4 tests will be run in parallel by test_runner. To specify |