Skip to content

Commit 7fe0c91

Browse files
committed
Fix failures of GHAs in local forks
As Javac needs Java 23 add it. While on it update Maven version used.
1 parent 8e47a5f commit 7fe0c91

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci-dom-javac.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ jobs:
3131
8
3232
17
3333
21
34+
23
3435
mvn-toolchain-id: |
3536
JavaSE-1.8
3637
JavaSE-17
3738
JavaSE-21
39+
JavaSE-23
3840
distribution: 'temurin'
3941
- name: Set up Maven
4042
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
4143
with:
42-
maven-version: 3.9.6
44+
maven-version: 3.9.9
4345
- name: Build with Maven 🏗️
4446
run: |
4547
mvn clean install --batch-mode -f org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55

66
on:
77
push:
8-
branches: '**'
8+
branches: ['**']
99

1010
jobs:
1111
event_file:
@@ -31,15 +31,17 @@ jobs:
3131
8
3232
17
3333
21
34+
23
3435
mvn-toolchain-id: |
3536
JavaSE-1.8
3637
JavaSE-17
3738
JavaSE-21
39+
JavaSE-23
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.9
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)