Skip to content

Commit

Permalink
Test against JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea authored Sep 22, 2021
1 parent 7492f7a commit 2045708
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 2045708

Please sign in to comment.