]> nmode's Git Repositories - signal-cli/blobdiff - .github/workflows/ci.yml
Disable java 22 until gradle supports it
[signal-cli] / .github / workflows / ci.yml
index 083907218dea8711e6b7a094e6a880d55e1e6270..1c6bb3c0677650b00da19aa2831341e7d96c4a2b 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '17', '21' ]
+        java: [ '21' ]
 
     steps:
       - uses: actions/checkout@v4
@@ -48,9 +48,8 @@ jobs:
       - uses: graalvm/setup-graalvm@v1
         with:
           version: 'latest'
-          java-version: '17'
+          java-version: '21'
           cache: 'gradle'
-          components: 'native-image'
           github-token: ${{ secrets.GITHUB_TOKEN }}
       - name: Build with Gradle
         run: ./gradlew --no-daemon nativeCompile