Skip to content

Commit

Permalink
test with java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 15, 2024
1 parent bbbcacc commit 3b402a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly-builds-aeron.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Nightly Aeron Tests

on:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand All @@ -27,11 +28,11 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Setup Java 11
- name: Setup Java 23
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 23

- name: Cache Coursier cache
uses: coursier/cache-action@v6
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Nightly Builds

on:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand Down Expand Up @@ -117,7 +118,8 @@ jobs:
# binary version is required and Pekko build will set the right
# full version from it.
scalaVersion: ["2.12.x", "2.13.x", "3.3.x"]
javaVersion: [8, 11, 17, 21]
# temp remove 8, 11, 17, 21
javaVersion: [23]
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
steps:
Expand Down

0 comments on commit 3b402a3

Please sign in to comment.