[github ci] Remove Java 15, as its no longer provided

It appears github's ubuntu-22.04 image does not provide java
15. However, since Smack uses Gradle 6.8, we can not use any higher
version than Java 15.
This commit is contained in:
Florian Schmaus 2023-03-17 20:35:14 +01:00
parent 24782558d6
commit e3425706d9
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ jobs:
matrix:
java:
- 11
- 15
env:
PRIMARY_JAVA_VERSION: 11