Skip to content

Commit

Permalink
reduce jdk list
Browse files Browse the repository at this point in the history
remove some jdks
  • Loading branch information
pnatashap committed Jan 23, 2024
1 parent 960bd35 commit bbd41e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
max-parallel: 2 # can be removed to speed-up, but it's not always stable
fail-fast: false
matrix:
java: [8, 11, 13, 14, 15, 17, 18] # [8, 11, 13, 14, 15, 17, 18]
java: [8, 11, 15, 17, 18] # [8, 11, 13, 14, 15, 17, 18, 21]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -112,4 +112,4 @@ jobs:
run: |
echo BDD tests result ${{ steps.testsBdd.outcome }}
echo HTTP tests result ${{ steps.testsHttp.outcome }}
exit 1
exit 1

0 comments on commit bbd41e7

Please sign in to comment.