From b07e5d70301b83ad3c9c13cc60c73a3371b4c5b2 Mon Sep 17 00:00:00 2001 From: Apprentice-Alchemist <53486764+Apprentice-Alchemist@users.noreply.github.com> Date: Sat, 10 Aug 2024 22:25:30 +0200 Subject: [PATCH] Add a few 4.1.x version to the mix. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62de934..5dabf0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - haxe: [4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.3.6] + haxe: [4.1.0, 4.1.5, 4.2.0,4.2.2,4.2.4, 4.2.5, 4.3.0, 4.3.2, 4.3.4, 4.3.6] steps: - uses: krdlab/setup-haxe@master with: