Skip to content

Commit

Permalink
#1077 Set up CI workflows
Browse files Browse the repository at this point in the history
run build on Windows also – fix matrix build
  • Loading branch information
oliverlietz committed Aug 14, 2023
1 parent 1979a65 commit 616dc2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:

jobs:
build:
runs-on: [ "ubuntu-latest", "windows-latest" ]
strategy:
matrix:
java-version: [ 8 ]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 616dc2c

Please sign in to comment.