Skip to content

Commit

Permalink
☔ Add multi-JVM text matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Nov 19, 2023
1 parent 17c0e6d commit 3b9295e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ jobs:
if: ${{ needs.skip_check.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest

strategy:
matrix:
java-version: [ 11, 17, 21 ] # Note: earliest supported JVM version is 11

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
java-version: ${{ matrix.java-version }}
- uses: DeLaGuardo/[email protected]
with:
cli: latest
Expand Down

0 comments on commit 3b9295e

Please sign in to comment.