Skip to content

Commit

Permalink
ci: Java 8, 11, 13, 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Jul 5, 2020
1 parent 27a6804 commit e31685d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8.0', '11.0.x', '13.0.x' ]
java: [ '8', '11', '13', '14' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand All @@ -30,4 +30,3 @@ jobs:
run: sbt +coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit e31685d

Please sign in to comment.