Skip to content

Commit

Permalink
more JDKs less systems
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Nov 22, 2019
1 parent 20d9a6a commit c6c3395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]

jobs:
build:
name: Test on node ${{ matrix.jdk }} and ${{ matrix.os }}
name: Test with Java ${{ matrix.jdk }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: ['1.8', '11']
os: [ubuntu-latest, windows-latest, macOS-latest]
jdk: ['1.8', '9', '10', '11', '12', '13']
#os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit c6c3395

Please sign in to comment.