Skip to content

Commit

Permalink
try java 24-ea
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 ec4d03c commit 9a945f7
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'
- '23'
- '24-ea'
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'
- '23'
- '24-ea'
runner:
- '{0}' # 'xvfb-run --auto-servernum {0}'
name: Rebuild JDK${{ matrix.java }} ${{ matrix.os }}
Expand Down

0 comments on commit 9a945f7

Please sign in to comment.