Skip to content

Commit 61ff3c3

Browse files
authored
Update main.yml
1 parent 41d85a5 commit 61ff3c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
# Step 2: Set up Java (match your Spring Boot version)
22-
- name: Set up Java 17
22+
- name: Set up Java 21
2323
uses: actions/setup-java@v3
2424
with:
2525
distribution: 'temurin'
26-
java-version: '17'
26+
java-version: '21'
2727

2828
# Step 3: Cache Maven dependencies (optional, speeds up builds)
2929
- name: Cache Maven packages

0 commit comments

Comments
 (0)