Skip to content

Commit 5489269

Browse files
Merge pull request #3 from abhishek-lambda/dev
update base java
2 parents d997363 + 2dc064b commit 5489269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-prod-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16-
- name: Set up JDK 8
16+
- name: Set up JDK 11
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: '8'
19+
java-version: '11'
2020
distribution: 'temurin'
2121
cache: maven
2222

0 commit comments

Comments
 (0)