From 331ac1f98219446e11a4f98d075cfcd18f9349c3 Mon Sep 17 00:00:00 2001 From: Luca Salvarani Date: Tue, 14 May 2024 13:24:50 +0200 Subject: [PATCH] ci(tests): Enable tests for all versions --- .github/workflows/test-action.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 1b2cfe4..ba9c84a 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -21,16 +21,16 @@ jobs: - windows-latest - macos-latest jython_version: - # - "2.7.3" - # - "2.7.2" - # - "2.7.1" - # - "2.7.0" - # - "2.5.3" - # - "2.5.2" - # - "2.5.1" - # - "2.5.0" - # - "2.2.1" - # - "2.2" + - "2.7.3" + - "2.7.2" + - "2.7.1" + - "2.7.0" + - "2.5.3" + - "2.5.2" + - "2.5.1" + - "2.5.0" + - "2.2.1" + - "2.2" - "2.1" - "2.0"