Skip to content

Commit

Permalink
build: add Java 21 to Gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Jan 15, 2024
1 parent 6f1dfb6 commit f994abe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ java-17:
stage: test
image: eclipse-temurin:17
script: ./gradlew clean build dist copyExe

java-21:
stage: test
image: eclipse-temurin:21
script: ./gradlew clean build dist copyExe

0 comments on commit f994abe

Please sign in to comment.