diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d9b7ef6..77a8da50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,11 @@ on: - "*" jobs: - linux-build: + build: strategy: matrix: + os: [ubuntu-latest, windows-latest] java: [11, 17] - os: [ubuntu-latest, windows-latest] # Job name name: Build and Test