Skip to content

Commit

Permalink
Revert "step: enable optional jdk8 build"
Browse files Browse the repository at this point in the history
This reverts commit 53acb97.
  • Loading branch information
astubbs committed Nov 3, 2021
1 parent 53acb97 commit c7fb4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: "JDK ${{ matrix.java }}"
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 11, 17 ]
runs-on: ubuntu-latest
steps:
# Cancel any previous runs for the same branch that are still running.
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
publish_snapshot:
name: 'Publish snapshot'
needs: test
if: github.event_name == 'push' && github.repository == 'astubbs/truth-generator'
if: github.event_name == 'push' && github.repository == 'google/truth'
runs-on: ubuntu-latest
steps:
- name: 'Check out repository'
Expand Down

0 comments on commit c7fb4b7

Please sign in to comment.