Skip to content

Commit

Permalink
Fix Java version again to valid SemVer format
Browse files Browse the repository at this point in the history
  • Loading branch information
Laoyang-01 committed Aug 19, 2024
1 parent a39f24a commit b29a6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '18'
java-version: '22'

- name: Build with Maven
run: mvn clean install
Expand Down

0 comments on commit b29a6af

Please sign in to comment.