From 3582584901bfcb97016bf378327c86e640a50ffa Mon Sep 17 00:00:00 2001 From: Hertzole Date: Wed, 8 Jan 2025 16:16:56 +0100 Subject: [PATCH] ci: fix unity versions --- .github/workflows/tests.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd6a60d..d4b0582 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,8 +24,10 @@ jobs: fail-fast: false matrix: unity-version: - - 2021 - - 6000 + - 2021.3.45f1 + - 2022.3.55f1 + - 2023.2.20f1 + - 6000.0.32f1 steps: # Checkout the repo - name: Checkout @@ -115,14 +117,14 @@ jobs: - name: Get test reports uses: actions/download-artifact@v4 with: - name: Test results - 6000 + name: Test results - 6000.0.32f1 path: Tests # Get the test coverage results from the artifacts - name: Get test coverage uses: actions/download-artifact@v4 with: - name: Coverage results - 6000 + name: Coverage results - 6000.0.32f1 path: Coverage # The test results have a different path than what SonarQube can read.