Skip to content

Commit

Permalink
chore: Test projects with Jdk 17 & 21 (#156)
Browse files Browse the repository at this point in the history
Motivation:
Update CI to test with other JDK versions
  • Loading branch information
He-Pin authored Dec 27, 2024
1 parent c776ef9 commit 0b14e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11' ]
java: [ '11', '17', '21' ]
name: Tests for Java ${{ matrix.Java }}
steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11' ]
java: [ '11', '17', '21' ]
name: Tests for Java ${{ matrix.Java }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0b14e42

Please sign in to comment.