Skip to content

Commit

Permalink
Merge pull request #340 from jfdenise/jdk-21
Browse files Browse the repository at this point in the history
Add JDK 21 to CI
  • Loading branch information
jfdenise authored Feb 26, 2024
2 parents ea16fd1 + b95d3a9 commit 55faa10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2016-2023 Red Hat, Inc. and/or its affiliates
# Copyright 2016-2024 Red Hat, Inc. and/or its affiliates
# and other contributors as indicated by the @author tags.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest ]
java: ['11']
java: ['11', '21']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 55faa10

Please sign in to comment.