Skip to content

Commit 1cb4e14

Browse files
committed
Disable Java 21 for now as Mockito doesn't support it yet, but keep config ready for a few months time.
1 parent 26e3eb4 commit 1cb4e14

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
# to support Java 20 bytecode. Therefore, we have to skip coverage here.
3131
- os-name: ubuntu-22.04
3232
java-version: 20-ea
33-
- os-name: ubuntu-22.04
34-
java-version: 21-ea
33+
# Mockito doesn't yet support Java 21, so let's comment it out for now.
34+
# - os-name: ubuntu-22.04
35+
# java-version: 21-ea
3536

3637
# MacOS builds (only check Java 11 and 19).
3738
- os-name: macos-12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Java 11+](https://img.shields.io/badge/Java-11--21-brown?logo=openjdk)
1+
![Java 11+](https://img.shields.io/badge/Java-11--20-brown?logo=openjdk)
22
[![Build Status](https://github.com/ascopes/java-compiler-testing/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ascopes/java-compiler-testing/actions/workflows/build.yml)
33
[![Maven Central](https://img.shields.io/maven-central/v/io.github.ascopes.jct/java-compiler-testing)](https://repo1.maven.org/maven2/io/github/ascopes/jct/java-compiler-testing)
44
[![Code Coverage](https://codecov.io/gh/ascopes/java-compiler-testing/branch/main/graph/badge.svg?token=VT74BP2742)](https://codecov.io/gh/ascopes/java-compiler-testing)

0 commit comments

Comments
 (0)