[mod] back to v11
All checks were successful
Run BaseX Tests / test (push) Successful in 36s

This commit is contained in:
Andy Bunce 2025-02-10 12:24:34 +00:00
parent 629bb2c756
commit 5c9e32d119
6 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Download BaseX
run: |
BASEX_VERSION="9.7.4" # Example version (adjust as needed)
BASEX_VERSION="10.7" # Example version (adjust as needed)
# Remove dots from version for filename (e.g., "11.7" → "117") "9.7.4","10.7"
BASEX_CLEAN_VERSION="${BASEX_VERSION//./}"
wget https://files.basex.org/releases/$BASEX_VERSION/BaseX$BASEX_CLEAN_VERSION.zip -O BaseX.zip
@ -51,6 +51,6 @@ jobs:
- name: Run tests
run: |
basex -t src/test
basex -Wt src/test