Skip to content

Commit

Permalink
FUSETOOLS2-2201
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Dec 19, 2023
1 parent b23d6c0 commit f0cd3c8
Showing 1 changed file with 50 additions and 49 deletions.
99 changes: 50 additions & 49 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,55 +16,56 @@ 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 ]
include:
- 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
os: [ ubuntu-latest, macos-13, windows-latest ]
version: [ max ] # [ "x.x.x" | latest | max ]
type: [ stable ] # [ stable | insider ]
camelversion: [ "4.0.0", "4.0.0.redhat-00031"]
# include:
# - 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

env:
CODE_VERSION: ${{ matrix.version }}
Expand Down

0 comments on commit f0cd3c8

Please sign in to comment.