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 1a04a88 commit 06b6320
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ concurrency:
jobs:
main:
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 ]
camelversion: [ "4.2.0", "4.0.0.redhat-00031", "4.0.0"] # [ latest | produktizovana | odpovidajici neproduktizovana ]
fail-fast: false
include:
- version: max
camelversion: "4.2.0"
- version: max
camelversion: "4.0.0.redhat-00031"
- version: max
camelversion: "4.0.0"

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

0 comments on commit 06b6320

Please sign in to comment.