Skip to content

Commit f79f9b1

Browse files
committed
Add Java 25 to GitHub Actions matrix
1 parent 6388607 commit f79f9b1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
name: android-natives
233233
path: build/native
234234

235-
# Build the engine, we only deploy from ubuntu-latest jdk21
235+
# Build the engine, we only deploy from ubuntu-latest jdk25
236236
BuildJMonkey:
237237
needs: [BuildAndroidNatives, BuildIosNatives]
238238
name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
@@ -241,7 +241,7 @@ jobs:
241241
fail-fast: false
242242
matrix:
243243
os: [ubuntu-latest,windows-latest,macOS-latest]
244-
jdk: [11, 17, 21]
244+
jdk: [11, 17, 21, 25]
245245
include:
246246
- os: ubuntu-latest
247247
osName: linux
@@ -256,6 +256,8 @@ jobs:
256256
deploy: false
257257
- jdk: 17
258258
deploy: false
259+
- jdk: 21
260+
deploy: false
259261

260262
steps:
261263
- name: Clone the repo

0 commit comments

Comments
 (0)