Skip to content

Commit

Permalink
Fix ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Jan 14, 2023
1 parent 52d9c7b commit 007b6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-scheduled-3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
fail-fast: false
matrix:
jdk: [ 8, 11, 17, 19 ]
job_id: [1, 2, 3]
job_id: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
fail-fast: false
matrix:
jdk: [ 8, 11, 17, 19 ]
job_id: [1, 2, 3]
job_id: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 007b6bf

Please sign in to comment.