Skip to content

Commit

Permalink
chore: Test projects with Jdk 17 & 21
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Nov 27, 2024
1 parent 8b598f7 commit 737632c
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 737632c

Please sign in to comment.