Skip to content

Commit 3b402a3

Browse files
committed
test with java 23
1 parent bbbcacc commit 3b402a3

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/nightly-builds-aeron.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Nightly Aeron Tests
22

33
on:
4+
pull_request:
45
schedule:
56
- cron: "0 0 * * *"
67
workflow_dispatch:
@@ -27,11 +28,11 @@ jobs:
2728
fetch-depth: 0
2829
fetch-tags: true
2930

30-
- name: Setup Java 11
31+
- name: Setup Java 23
3132
uses: actions/setup-java@v4
3233
with:
3334
distribution: temurin
34-
java-version: 11
35+
java-version: 23
3536

3637
- name: Cache Coursier cache
3738
uses: coursier/cache-action@v6

.github/workflows/nightly-builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Nightly Builds
22

33
on:
4+
pull_request:
45
schedule:
56
- cron: "0 0 * * *"
67
workflow_dispatch:
@@ -117,7 +118,8 @@ jobs:
117118
# binary version is required and Pekko build will set the right
118119
# full version from it.
119120
scalaVersion: ["2.12.x", "2.13.x", "3.3.x"]
120-
javaVersion: [8, 11, 17, 21]
121+
# temp remove 8, 11, 17, 21
122+
javaVersion: [23]
121123
env:
122124
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
123125
steps:

0 commit comments

Comments
 (0)