Skip to content

Commit

Permalink
FUSETOOLS2-1747
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Dec 18, 2023
1 parent 7cf3023 commit 48cffac
Showing 1 changed file with 49 additions and 4 deletions.
53 changes: 49 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48cffac

Please sign in to comment.