Skip to content

Commit

Permalink
Using JDK 21πŸ«ΈπŸŒ€βœοΈπŸ“— :octocat:πŸ§πŸ³β¬†
Browse files Browse the repository at this point in the history
Using JDK 21πŸ«ΈπŸŒ€βœοΈπŸ“— :octocat:πŸ§πŸ³β¬†
  • Loading branch information
hendisantika authored Jun 28, 2024
1 parent 8e81e36 commit e3a8c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
mysql -e 'CREATE DATABASE lte;' -uroot -proot
mysql -e 'SHOW DATABASES;' -uroot -proot
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit e3a8c51

Please sign in to comment.