Skip to content

Commit ded4e88

Browse files
committed
Add windows to CI
1 parent cd4811b commit ded4e88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-5.x.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
jdk: 11
1818
- os: ubuntu-latest
1919
jdk: 21
20+
- os: windows-latest
21+
jdk: 11
22+
stable: true
2023
uses: ./.github/workflows/ci.yml
2124
with:
2225
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}

0 commit comments

Comments
 (0)