Skip to content

Commit

Permalink
ci: bump to jdk 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Flashky committed Dec 10, 2024
1 parent 3354747 commit 8be61d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 23
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload Jacoco report artifact
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Plugins -->
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.release>23</maven.compiler.release>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
</properties>

Expand Down

0 comments on commit 8be61d3

Please sign in to comment.