We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6388607 commit f79f9b1Copy full SHA for f79f9b1
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: [11, 17, 21]
+ jdk: [11, 17, 21, 25]
245
include:
246
- os: ubuntu-latest
247
osName: linux
@@ -256,6 +256,8 @@ jobs:
256
deploy: false
257
- jdk: 17
258
259
+ - jdk: 21
260
+ deploy: false
261
262
steps:
263
- name: Clone the repo
0 commit comments