10.11 next LTS in documentation

This commit is contained in:
Faustin Lammler 2023-04-13 18:15:36 +02:00
parent bc7f48cd3d
commit a7b1c2923b
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ packaged by the MariaDB Foundation (MDBF) on `Almalinux 9`:
make install
source .venv/bin/activate
.venv export MOLECULE_DISTRO=almalinux-9
.venv export MOLECULE_PLAYBOOK=converge-mdbf.yml
.venv export MARIADB_VERSION="10.6"
.venv export MOLECULE_PLAYBOOK=mdbf.yml
.venv export MARIADB_VERSION="10.11"
.venv molecule test
...
```