Skip to content

Commit

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

0 comments on commit 8bed0de

Please sign in to comment.