Skip to content

Commit

Permalink
chore: Add Java 21 to build and test DEV-2769 (#99)
Browse files Browse the repository at this point in the history
Build and test project with Java 21 in parallel with Java 17.

Currently temurin [is publishing their Java 21 for production
use](adoptium/temurin#8).

_Out of scope_
Use of Java 21 in published Docker artefact, this is still on Java 17.
  • Loading branch information
seakayone committed Oct 13, 2023
1 parent 4428f35 commit a1b2397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build and Run Tests
strategy:
matrix:
java-version: [ 17 ]
java-version: [ 17, 21 ]
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
Expand Down

0 comments on commit a1b2397

Please sign in to comment.