From 1123331670033b3fdd64ee46ec661f6d032488a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 7 Sep 2025 12:07:57 +0100 Subject: [PATCH] tox.ini: Test against current version of plugins This is: - buildstream-plugins 2.5.0 - buildstream-plugins-community 2.1.0 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d73c4b5ba..7042b5328 100644 --- a/tox.ini +++ b/tox.ini @@ -22,8 +22,8 @@ isolated_build = true # Configuration variables to share across environments [config] -BST_PLUGINS_COMMUNITY_VERSION = e7575e2de264476632b90c74a5b412f9d97d015b # 1.100.1 -BST_PLUGINS_VERSION = db71610b7ae9884f6d8cbe0d3cc5a1c657c19edb # 2.2.0 +BST_PLUGINS_COMMUNITY_VERSION = 637e2d95e656b9d46575da5737b65fd0cc25dce2 # 2.1.0 +BST_PLUGINS_VERSION = 79649529cffb695d0d22195ed9a4910c80ca6907 # 2.5.0 # # Defaults for all environments