diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15c8cee..f2a8f95 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: set up JDK 11 + - name: set up JDK 17 uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Build with Gradle run: | ./gradlew build -Dorg.gradle.jvmargs=-Xmx1g