Skip to content

Commit

Permalink
try with jdk23
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Rueger <[email protected]>
  • Loading branch information
chrisrueger committed Nov 15, 2024
1 parent 8bed0de commit ec4d03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- 'ubuntu-latest'
java:
- '20'
- '24'
- '23'
runner:
- '{0}' # 'xvfb-run --auto-servernum {0}'
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
java:
- '17'
- '20'
- '24'
- '23'
runner:
- '{0}' # 'xvfb-run --auto-servernum {0}'
name: Rebuild JDK${{ matrix.java }} ${{ matrix.os }}
Expand Down

0 comments on commit ec4d03c

Please sign in to comment.