Skip to content

Commit 5b69abf

Browse files
committed
no more appveyor
1 parent 3b0144c commit 5b69abf

File tree

2 files changed

+4
-27
lines changed

2 files changed

+4
-27
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77
jobs:
88
test:
99
strategy:
10+
max-parallel: 2
1011
matrix:
11-
java: [ 8, 17 ]
12-
runs-on: ubuntu-latest
12+
os: [ ubuntu-latest, windows-latest ]
13+
java: [ 8, 20 ]
14+
runs-on: ${{ matrix.os }}
1315
steps:
1416

1517
- name: Checkout

appveyor.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)