Skip to content

Commit

Permalink
jvm version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Aug 11, 2023
1 parent 8a54cdc commit c0e5c6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
JVM_version: ['11', '17', '21']
if: ${{ github.repository_owner == 'cryostatio' }}
steps:
- name: Fail if PR and safe-to-test label NOT applied
Expand All @@ -39,7 +42,7 @@ jobs:
submodules: true
- uses: actions/setup-java@v2
with:
java-version: '11'
java-version: ${{ matrix.JVM_version }}
distribution: 'temurin'
- name: maven-settings
uses: s4u/maven-settings-action@v2
Expand Down

0 comments on commit c0e5c6c

Please sign in to comment.