Skip to content

Commit 26e3eb4

Browse files
committed
Enable JDK 21 in builds
1 parent 30af4f9 commit 26e3eb4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ 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
3335

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
![Java 11+](https://img.shields.io/badge/Java-11+-yellow?logo=openjdk)
1+
![Java 11+](https://img.shields.io/badge/Java-11--21-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)
55
[![javadoc (latest release)](https://javadoc.io/badge2/io.github.ascopes.jct/java-compiler-testing/javadoc.svg)](https://javadoc.io/doc/io.github.ascopes.jct/java-compiler-testing)
6-
[![javadoc (main branch)](https://img.shields.io/badge/javadoc-snapshot-brightgreen)](https://ascopes.github.io/java-compiler-testing)
7-
[![Issues](https://img.shields.io/github/issues-raw/ascopes/java-compiler-testing?color=orange)](https://github.com/ascopes/java-compiler-testing/issues)
6+
[![javadoc (main branch)](https://img.shields.io/badge/javadoc-snapshot-darkgreen)](https://ascopes.github.io/java-compiler-testing)
7+
[![Issues](https://img.shields.io/github/issues-raw/ascopes/java-compiler-testing?color=red)](https://github.com/ascopes/java-compiler-testing/issues)
88
[![License](https://img.shields.io/github/license/ascopes/java-compiler-testing?color=blueviolet)](https://github.com/ascopes/java-compiler-testing/blob/main/LICENSE.txt)
99
![Activity](https://img.shields.io/github/commit-activity/y/ascopes/java-compiler-testing)
1010

0 commit comments

Comments
 (0)