Skip to content

Commit 8be61d3

Browse files
committed
ci: bump to jdk 23
1 parent 3354747 commit 8be61d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
path: ~/.m2/repository
3535
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3636
restore-keys: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
37-
- name: Set up JDK 17
37+
- name: Set up JDK
3838
uses: actions/setup-java@v4
3939
with:
4040
distribution: temurin
41-
java-version: 17
41+
java-version: 23
4242
- name: Build with Maven
4343
run: mvn -B package --file pom.xml
4444
- name: Upload Jacoco report artifact

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Plugins -->
1616
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
1717
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
18-
<maven.compiler.release>17</maven.compiler.release>
18+
<maven.compiler.release>23</maven.compiler.release>
1919
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
2020
</properties>
2121

0 commit comments

Comments
 (0)