diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73005d529522..8d63981cc2e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,7 +216,7 @@ jobs: strategy: fail-fast: false matrix: - java: ['8', '11'] + java: ['11'] platform: ['JVM'] steps: - name: Checkout current branch @@ -232,12 +232,6 @@ jobs: - name: Test on different JVM versions run: ./sbt test${{ matrix.platform }} - - name: Report Test Death JVM 8 - if: ${{ failure() && startsWith(matrix.java, '8') }} - uses: actions/upload-artifact@v3 - with: - name: zio-test-debug-JVM-8 - path: ./**/test-reports-zio/**_debug.txt - name: Report Test Death JVM 11 if: ${{ failure() && startsWith(matrix.java, '11') }} uses: actions/upload-artifact@v3