Skip to content

Commit aa84952

Browse files
committed
use 23 instead of 24 until gradle supports 24
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent 75d0db0 commit aa84952

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/cibuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- 'ubuntu-latest'
4747
java:
4848
- '21'
49+
- '23'
4950
runner:
5051
- '{0}' # 'xvfb-run --auto-servernum {0}'
5152
include:

.github/workflows/rebuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
- 'ubuntu-latest'
8989
java:
9090
- '17'
91-
- '20'
91+
- '21'
92+
- '23'
9293
runner:
9394
- '{0}' # 'xvfb-run --auto-servernum {0}'
9495
name: Rebuild JDK${{ matrix.java }} ${{ matrix.os }}

0 commit comments

Comments
 (0)