Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Apr 27, 2023
1 parent 56fb488 commit 304e567
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
steps:
- name: Check out NullAway sources
uses: actions/checkout@v3
- name: 'Set up JDK ${{ matrix.java }}'
- name: 'Set up JDK 17'
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
java-version: '17'
distribution: 'temurin'
- name: 'Set up JDK 17'
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v3
with:
java-version: 17
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build and test using Java 8 and Error Prone ${{ matrix.epVersion }}
env:
Expand Down

0 comments on commit 304e567

Please sign in to comment.