Skip to content

Commit 5898a8e

Browse files
author
Gérard Collin
committed
feat: Application generator with Mistral
1 parent 269932f commit 5898a8e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dev-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
ref: Development
24-
- name: Set up JDK 21
25-
uses: actions/setup-java@v4
24+
- name: Set up JDK 25
25+
uses: actions/setup-java@v5
2626
with:
2727
distribution: 'adopt'
28-
java-version: '21'
28+
java-version: '25'
2929
- name: Cache Maven repository
3030
uses: actions/cache@v4
3131
with:

.github/workflows/main-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
fetch-depth: 0
2222
ref: main
2323

24-
- name: Set up JDK 21
25-
uses: actions/setup-java@v4
24+
- name: Set up JDK 25
25+
uses: actions/setup-java@v5
2626
with:
2727
distribution: 'adopt'
28-
java-version: '21'
28+
java-version: '25'
2929
- name: Cache Maven repository
3030
uses: actions/cache@v4
3131
with:

0 commit comments

Comments
 (0)