mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-25 03:57:58 +01:00
[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:
parent
24782558d6
commit
e3425706d9
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
|||
matrix:
|
||||
java:
|
||||
- 11
|
||||
- 15
|
||||
env:
|
||||
PRIMARY_JAVA_VERSION: 11
|
||||
|
||||
|
|
Loading…
Reference in a new issue