diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52001fd..ae813b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,15 +13,15 @@ jobs: - name: Checkout the code uses: actions/checkout@v4 - name: Set up a specific Java version - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: "temurin" # OR adopt OR microsoft OR... - java-version: "21" + java-version: "17" - name: Run all unit tests run: ./gradlew test --stacktrace - name: Upload test reports if: always() # Run even if the previous steps failed - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: tests-report path: build/reports/tests/ diff --git a/.idea/runConfigurations/Tests__All_.xml b/.idea/runConfigurations/Tests__All_.xml index 93f7fcd..c173dd9 100644 --- a/.idea/runConfigurations/Tests__All_.xml +++ b/.idea/runConfigurations/Tests__All_.xml @@ -17,8 +17,7 @@