Skip to content

Commit a1419de

Browse files
committed
Update Java version used for CI to Corretto 25
1 parent b279904 commit a1419de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
- name: Set up JDK 17
28+
- name: Set up JDK 25
2929
uses: actions/setup-java@v3
3030
with:
3131
distribution: 'corretto'
32-
java-version: 17
32+
java-version: 25
3333
cache: maven
3434
- name: mvn db-setup
3535
run: ./mvnw package -f infrastructure/db-setup/pom.xml
@@ -62,11 +62,11 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- uses: actions/checkout@v3
65-
- name: Set up JDK 17
65+
- name: Set up JDK 25
6666
uses: actions/setup-java@v3
6767
with:
6868
distribution: 'corretto'
69-
java-version: 17
69+
java-version: 25
7070
cache: maven
7171
- name: mvn initial
7272
run: mvn package
@@ -79,11 +79,11 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v3
82-
- name: Set up JDK 17
82+
- name: Set up JDK 25
8383
uses: actions/setup-java@v3
8484
with:
8585
distribution: 'corretto'
86-
java-version: 17
86+
java-version: 25
8787
cache: maven
8888
- name: mvn build
8989
run: mvn package

0 commit comments

Comments
 (0)