We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51935d3 commit b515f94Copy full SHA for b515f94
1 file changed
.github/workflows/main.yml
@@ -232,7 +232,7 @@ jobs:
232
name: android-natives
233
path: build/native
234
235
- # Build the engine, we only deploy from ubuntu-latest jdk21
+ # Build the engine, we only deploy from ubuntu-latest jdk25
236
BuildJMonkey:
237
needs: [BuildAndroidNatives, BuildIosNatives]
238
name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
@@ -241,7 +241,7 @@ jobs:
241
fail-fast: false
242
matrix:
243
os: [ubuntu-latest,windows-latest,macOS-latest]
244
- jdk: [17, 21]
+ jdk: [17, 21, 25]
245
include:
246
- os: ubuntu-latest
247
osName: linux
@@ -254,6 +254,10 @@ jobs:
254
deploy: false
255
- jdk: 17
256
257
+ - jdk: 21
258
+ deploy: false
259
+ - jdk: 25
260
261
262
steps:
263
- name: Clone the repo
0 commit comments