aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/maven.yml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2024-04-04 09:47:52 +0100
committerSimon Steiner <ssteiner@apache.org>2024-04-04 09:47:52 +0100
commit12547d7b66fa20443c8e78de4b86048b3639f0c3 (patch)
tree907af2d208472411296f77e90731761a55145bba /.github/workflows/maven.yml
parent64846a5c4ccdf0d900058fef60c2232926dbd6ad (diff)
downloadxmlgraphics-fop-12547d7b66fa20443c8e78de4b86048b3639f0c3.tar.gz
xmlgraphics-fop-12547d7b66fa20443c8e78de4b86048b3639f0c3.zip
Update spotbugs
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 b43276cf1..fe0ba64fc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- jdk: ['8', '11', '17']
+ jdk: ['8', '11', '17', '21']
os: [ubuntu-latest, windows-latest]
steps: