Skip to content

Commit 9a7a502

Browse files
committed
push.yml: test with JDK 26
1 parent c0b2464 commit 9a7a502

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/push.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ jobs:
1919
- run: ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
2020
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
2121

22-
Java17-MacOS:
23-
if: contains(toJson(github.event.commits), '[ci skip] ') == false
24-
runs-on: macos-26-intel
25-
steps:
26-
- uses: actions/setup-java@v5
27-
with:
28-
distribution: 'zulu'
29-
java-version: 17
30-
- uses: actions/checkout@v6
31-
- run: ./gradlew build javadoc install --console=plain --stacktrace
32-
- run: ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
33-
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
34-
3522
Java21-MacOS:
3623
if: contains(toJson(github.event.commits), '[ci skip] ') == false
3724
runs-on: macos-26
@@ -60,3 +47,16 @@ jobs:
6047
shell: bash
6148
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
6249
shell: bash
50+
51+
Java26-MacOS:
52+
if: contains(toJson(github.event.commits), '[ci skip] ') == false
53+
runs-on: macos-26-intel
54+
steps:
55+
- uses: actions/setup-java@v5
56+
with:
57+
distribution: 'liberica'
58+
java-version: 26
59+
- uses: actions/checkout@v6
60+
- run: ./gradlew build javadoc install --console=plain --stacktrace
61+
- run: ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
62+
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace

0 commit comments

Comments
 (0)