Skip to content

Commit 9da9afc

Browse files
authored
Enable Java 17 for testing on Github
1 parent 074a12c commit 9da9afc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/standard-criteria.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
steps:
1111
- name: Checkout project sources
1212
uses: actions/checkout@v2
13+
- name: Setup Java 17 Version
14+
uses: actions/setup-java@v3
15+
with:
16+
distribution: 'oracle'
17+
java-version: '17'
1318
- name: Setup Gradle
1419
uses: gradle/gradle-build-action@v2
1520
- name: Run build with Gradle Wrapper
16-
run: ./gradlew test --tests com.booleanuk.core.*
21+
run: ./gradlew test --tests com.booleanuk.core.*

0 commit comments

Comments
 (0)