From 8e570e2a36fdf536cf4dc0abe72a30333cc84efc Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Mon, 29 Jan 2024 13:02:57 +0100 Subject: [PATCH] ci: remove Ghidra 10.2 testing --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7a9610..eb32223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,6 @@ jobs: - "10.3.2" - "10.3.1" - "10.3" - - "10.2.3" - - "10.2.2" - - "10.2.1" - - "10.2" steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4