From 04f7323759d7e190a10ae88a3b682813446ae0a5 Mon Sep 17 00:00:00 2001 From: Markus Schubert Date: Thu, 7 Nov 2024 09:24:54 +0100 Subject: [PATCH] Enable integration tests for 25R1 --- .github/workflows/integration_tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 63375f98a..ae3d9bdbb 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -10,7 +10,11 @@ jobs: strategy: fail-fast: false matrix: - osl_version: [23.2.0, 24.1.0, 24.2.0] + osl_version: + - 23.2.0 + - 24.1.0 + - 24.2.0 + - 25.1.0 name: "optiSLang ${{ matrix.osl_version }}" if: github.event.name != 'pull_request' || github.event.pull_request.merged == true runs-on: public-ubuntu-latest-16-cores