Skip to content

Commit 72ced06

Browse files
authored
Merge pull request #218 from domaframework/ci/java
Build with Java 21
2 parents 18671ee + 43ae0d4 commit 72ced06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Set up JDK 11
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'zulu'
21-
java-version: 11
21+
java-version: 21
2222

2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew

0 commit comments

Comments
 (0)