Skip to content

Commit 25cf66b

Browse files
committed
Increase the test matrix
1 parent bba018f commit 25cf66b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/maven.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@ env:
2020
jobs:
2121
build:
2222

23-
runs-on: ubuntu-latest
23+
runs-on: ${{ matrix.os }}
24+
continue-on-error: ${{ matrix.experimental }}
25+
strategy:
26+
matrix:
27+
os: [ubuntu-latest, macos-latest]
28+
include:
29+
- os: [ windows-latest, windows-2019]
30+
experimental: true
31+
fail-fast: false
32+
2433

2534
steps:
2635
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)