diff options
author | Brian Hinz <7984749+bphinz@users.noreply.github.com> | 2024-11-17 20:18:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-17 20:18:36 -0500 |
commit | 0959ce953e3578d16e3922a9326968f3cf449fb2 (patch) | |
tree | 4e7217bf7e05c06e08940554ef8833f8c6e9bf48 | |
parent | f7507aea98b1a428d02fe5c41d25ee69dd5436bb (diff) | |
parent | e9076b273eac82a33a00fb27dd2e828d1c983513 (diff) | |
download | tigervnc-0959ce953e3578d16e3922a9326968f3cf449fb2.tar.gz tigervnc-0959ce953e3578d16e3922a9326968f3cf449fb2.zip |
Merge pull request #1870 from tinyboxvk/patch-ci-java
CI: Update Java Matrix
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cf3b5e5..b13ad4f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - java: [ '8', '11', '16' ] + java: [ '8', '11', '17', '21' ] steps: - uses: actions/checkout@v4 - name: Setup java |