Skip to content

Commit

Permalink
chore(ci): rework test matrix to be T shaped
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Jul 16, 2024
1 parent b8cb585 commit 8c39208
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,20 @@ jobs:
matrix:
platform:
- ubuntu-latest
- windows-latest
- macos-latest
java-distribution:
- adopt-hotspot
- temurin
- zulu
java-version:
- 8
- 11
include:
- platform: windows-latest
java-distribution: adopt-hotspot
java-version: 11
- platform: macos-latest
java-distribution: adopt-hotspot
java-version: 11
runs-on: ${{ matrix.platform }}
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 8c39208

Please sign in to comment.