mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
build windows also against JDK 11
This commit is contained in:
2
.github/workflows/java-windows.yml
vendored
2
.github/workflows/java-windows.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
java_version: [9, 10, 12, 13, 14]
|
||||
java_version: [9, 10, 11, 12, 13, 14]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user