Skip to content

Commit

Permalink
chore: updated test workflow to use latest java version
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygauthier committed Mar 1, 2024
1 parent 80a1008 commit d922684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
build:
strategy:
matrix:
java: [ '17' ]
java: [ '17', '21' ]
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- name: Set up JDKs
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}

Expand Down

0 comments on commit d922684

Please sign in to comment.