Skip to content

Commit b515f94

Browse files
authored
Add Java 25 to GitHub Actions matrix (#2694)
1 parent 51935d3 commit b515f94

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 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: [17, 21]
244+
jdk: [17, 21, 25]
245245
include:
246246
- os: ubuntu-latest
247247
osName: linux
@@ -254,6 +254,10 @@ jobs:
254254
deploy: false
255255
- jdk: 17
256256
deploy: false
257+
- jdk: 21
258+
deploy: false
259+
- jdk: 25
260+
deploy: false
257261

258262
steps:
259263
- name: Clone the repo

0 commit comments

Comments
 (0)