From b9bcfd55892ca3b74851bebf53fd9ddf47acc684 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 18 Dec 2025 14:00:50 +0100 Subject: [PATCH] tests: idalib: use 9.1 instead of 9.0 as min ver 9.0 doesn't support disabling lumina (or loading resources, for that matter, too) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a094714..7492659c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -228,8 +228,8 @@ jobs: matrix: python-version: ["3.10", "3.13"] ida: - - version: 9.0 - slug: "release/9.0/ida-essential/ida-essential_90_x64linux.run" + - version: 9.1 + slug: "release/9.1/ida-essential/ida-essential_91_x64linux.run" - version: 9.2 slug: "release/9.2/ida-essential/ida-essential_92_x64linux.run" steps: