Skip to content

Commit 6301aae

Browse files
Update Java version in GitHub Actions workflow
1 parent 2817ffd commit 6301aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
steps:
99
- uses: actions/checkout@v6
1010

11-
- name: Setup JAVA 11
11+
- name: Setup JAVA 21
1212
uses: actions/setup-java@v5
1313
with:
14-
distribution: 'corretto'
15-
java-version: 11
14+
distribution: 'temurin'
15+
java-version: 21
1616

1717
- name: Cache Gradle and wrapper
1818
uses: actions/cache@v4

0 commit comments

Comments
 (0)