Skip to content

Commit

Permalink
Adding 17 and 21 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Mar 9, 2024
1 parent 32eafb6 commit 7f7656e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,12 +17,16 @@ jobs:
maven-profiles: '-P osgi-tests,kotlin'
- java: '11'
maven-profiles: ''
- java: '17'
maven-profiles: ''
- java: '21'
maven-profiles: ''

runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@main
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit 7f7656e

Please sign in to comment.