Skip to content

Commit

Permalink
Include Java 21 in build (#775)
Browse files Browse the repository at this point in the history
This PR replaces Java 20 with 21 in the build. It also replaces Java
21 with 22 as the experimental version.

PR: #775
  • Loading branch information
beatngu13 committed Oct 14, 2023
1 parent e9065d1 commit 13c2c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Main build

env:
EXPERIMENTAL_JAVA: 21
EXPERIMENTAL_JAVA: 22

on:
# We want to trigger our builds all the time for the default branch
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
java: [ 11, 17, 20 ]
java: [ 11, 17, 21 ]
junit-version: [ '5.9.2', '5.10.0' ]
os: [ubuntu, macos, windows]
name: with Java ${{ matrix.java }}, JUnit ${{ matrix.junit-version }} on ${{ matrix.os }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
# we build the Javadoc with JDK 17 (for better results),
# so install that as well
java-version: |
20
21
11
distribution: temurin
- name: Perform release
Expand Down

0 comments on commit 13c2c4d

Please sign in to comment.