We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c50e18 commit 7b98662Copy full SHA for 7b98662
.github/workflows/main.yml
@@ -10,13 +10,13 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
13
- - name: Set up JDK 11
+ - name: Set up JDK 21
14
uses: actions/setup-java@v2
15
with:
16
- java-version: '11'
+ java-version: '21'
17
distribution: 'adopt'
18
19
- name: Grant execute permission for gradlew
20
run: chmod +x gradlew
21
- name: Test with Gradle
22
- run: ./gradlew test
+ run: ./gradlew test
0 commit comments