Skip to content

Commit

Permalink
Add testing support
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Dec 14, 2020
1 parent 195ae8f commit 568d2d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:

jobs:
build:
runs-on: ubuntu-latest
name: Java ${{ matrix.java }}
runs-on: ${{ matrix.os }}
name: Java ${{ matrix.java }} ${{ matrix.os }}
strategy:
matrix:
java: [8, 11]
os: [ubuntu-latest, windows-latest]

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

0 comments on commit 568d2d9

Please sign in to comment.