Skip to content

Commit

Permalink
Merge pull request #416 from Netflix/test-against-jdk-11
Browse files Browse the repository at this point in the history
Test against JDK 11
  • Loading branch information
rpalcolea authored Sep 22, 2021
2 parents 7492f7a + 2045708 commit 87d7a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nebula-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# test against JDK 8
java: [ 8 ]
# test against JDK 8 and 11
java: [ 8 , 11 ]
name: CI with Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 87d7a19

Please sign in to comment.