Skip to content

Commit

Permalink
ci: test java version 20
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Grinberg <zgrinber@redhat.com>
  • Loading branch information
zvigrinberg committed Mar 5, 2024
1 parent d0f5997 commit 1dd9776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
checks: write
pull-requests: write
env:
MAIN_JAVA_VER: 11
MAIN_JAVA_VER: 20
RUN_PYTHON_BIN: ${{ vars.RUN_PYTHON_BIN }}
strategy:
matrix:
java: [11]
java: [20]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit 1dd9776

Please sign in to comment.