From 48cffaca9df48dde94f0811d37901cb32099212e Mon Sep 17 00:00:00 2001 From: Filip Pospisil Date: Mon, 18 Dec 2023 18:19:51 +0100 Subject: [PATCH] FUSETOOLS2-1747 --- .github/workflows/main.yaml | 53 ++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9c6a66a55..dffd156f5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,12 +16,57 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-13, windows-latest ] - version: [ "1.82.3", max ] # [ "x.x.x" | latest | max ] - type: [ stable ] # [ stable | insider ] + # os: [ ubuntu-latest, macos-13, windows-latest ] + # version: [ "1.82.3", max ] # [ "x.x.x" | latest | max ] + # type: [ stable ] # [ stable | insider ] include: - - version: max + - os: ubuntu-latest + version: "1.82.3" + type: stable + - os: ubuntu-latest + version: max camelversion: "4.2.0" + type: stable + - os: ubuntu-latest + version: max + camelversion: "4.0.0.redhat-00031" + type: stable + - os: ubuntu-latest + version: max + camelversion: "4.0.0" + type: stable + - os: macos-13 + version: "1.82.3" + type: stable + - os: macos-13 + version: max + camelversion: "4.2.0" + type: stable + - os: macos-13 + version: max + camelversion: "4.0.0.redhat-00031" + type: stable + - os: macos-13 + version: max + camelversion: "4.0.0" + type: stable + - os: windows-latest + version: "1.82.3" + type: stable + - os: windows-latest + version: max + camelversion: "4.2.0" + type: stable + - os: windows-latest + version: max + camelversion: "4.0.0.redhat-00031" + type: stable + - os: windows-latest + version: max + camelversion: "4.0.0" + type: stable + + # - version: max # camelversion: "4.0.0.redhat-00031" # - version: max