Skip to content

Commit 6a5e1ed

Browse files
mickaelistriaakurtakov
authored andcommitted
Update ci.yml to work with newer Tycho and Java
1 parent b300f13 commit 6a5e1ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,23 @@ jobs:
2525
submodules: recursive
2626
fetch-depth: 0
2727
- name: Set up JDKs ☕
28-
uses: actions/setup-java@v4
28+
uses: actions/setup-java@v5
2929
with:
3030
java-version: |
3131
8
3232
17
3333
21
34+
25
3435
mvn-toolchain-id: |
3536
JavaSE-1.8
3637
JavaSE-17
3738
JavaSE-21
39+
JavaSE-25
3840
distribution: 'temurin'
3941
- name: Set up Maven
4042
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
4143
with:
42-
maven-version: 3.9.8
44+
maven-version: 3.9.11
4345
- name: Build with Maven 🏗️
4446
run: |
4547
mvn clean install --batch-mode -f org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99

0 commit comments

Comments
 (0)