Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@ jobs:
fail-fast: false
matrix:
os-name: [ubuntu-22.04]
java-version: [11, 12, 13, 14, 15, 16, 17, 18, 19]
java-version: [11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
include:
# Early access builds.
# - As of 21st January 2023, Jacoco has not yet released their updates to ASM
# to support Java 20 bytecode. Therefore, we have to skip coverage here.
- os-name: ubuntu-22.04
java-version: 20-ea
# Mockito doesn't yet support Java 21, so let's comment it out for now.
# - os-name: ubuntu-22.04
# java-version: 21-ea
Expand Down