Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Sep 4, 2024
1 parent 449680b commit 881daf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ on:
jdk-matrix:
description: jdk matrix as json array
required: false
# dont forget matrix-exludes below if changing Java versions
default: '[ "8", "17", "21" ]'
type: string

Expand All @@ -48,6 +49,7 @@ on:
maven-matrix:
description: The Maven version matrix as json array
required: false
# dont forget matrix-exludes below if changing Maven versions
default: '[ "3.6.3", "3.8.8", "3.9.9", "4.0.0-beta-4" ]'
type: string

Expand Down

0 comments on commit 881daf7

Please sign in to comment.