mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
.gitlab-ci.yml: remove OpenJDK 8 from build matrix
This commit is contained in:
parent
8e0d9ef49c
commit
dcceeedd52
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ before_script:
|
|||
build:
|
||||
parallel:
|
||||
matrix:
|
||||
- JDK_PACKAGE: [ openjdk-8-jdk, openjdk-11-jdk ]
|
||||
- JDK_PACKAGE: [ openjdk-11-jdk ]
|
||||
script:
|
||||
- gradle build --stacktrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue