From cdfe11eb3b79b3e9276e85b2cea47e0b6eeb9cd2 Mon Sep 17 00:00:00 2001 From: linghengqian Date: Thu, 12 Oct 2023 10:33:15 +0800 Subject: [PATCH] Add CI testing for Windows 11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ec5bc..9f53336 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: timeout-minutes: 60 strategy: matrix: - os: [ ubuntu-latest ] + os: [ 'ubuntu-latest', 'windows-latest' ] java-version: [ '8', '17', '21-ea' ] steps: - uses: actions/checkout@v3