diff options
author | tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> | 2024-11-13 13:15:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 13:15:13 +0000 |
commit | e9076b273eac82a33a00fb27dd2e828d1c983513 (patch) | |
tree | 4e7217bf7e05c06e08940554ef8833f8c6e9bf48 | |
parent | f7507aea98b1a428d02fe5c41d25ee69dd5436bb (diff) | |
download | tigervnc-e9076b273eac82a33a00fb27dd2e828d1c983513.tar.gz tigervnc-e9076b273eac82a33a00fb27dd2e828d1c983513.zip |
Update build.yml
-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 |