1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

[github ci] Build also with Java 21

This commit is contained in:
Florian Schmaus 2024-09-25 15:15:04 +02:00
parent 348a3ab091
commit 2eddf1949a
72 changed files with 99 additions and 17 deletions

View file

@ -11,8 +11,9 @@ jobs:
matrix:
java:
- 17
- 21
env:
PRIMARY_JAVA_VERSION: 17
PRIMARY_JAVA_VERSION: 21
steps:
- name: Checkout