aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/maven.yml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2024-01-22 14:39:19 +0000
committerSimon Steiner <ssteiner@apache.org>2024-01-22 14:39:19 +0000
commit75e734cdbff92b34324bcca21f1c1408a8944168 (patch)
tree91edb90e584855b1efbe45355a08e30fca42ceff /.github/workflows/maven.yml
parenteb97ede04e7e9f2af82fb97b2c8894488498a316 (diff)
downloadxmlgraphics-fop-75e734cdbff92b34324bcca21f1c1408a8944168.tar.gz
xmlgraphics-fop-75e734cdbff92b34324bcca21f1c1408a8944168.zip
Run tests on Java 11 and 17
Diffstat (limited to '.github/workflows/maven.yml')
-rw-r--r--.github/workflows/maven.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 394564531..b43276cf1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- jdk: ['8']
+ jdk: ['8', '11', '17']
os: [ubuntu-latest, windows-latest]
steps: