Skip to content

Commit

Permalink
chore: update build with new java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Feb 2, 2024
1 parent 159341b commit 08a5bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: ['11', '17']
java-version: ['19', '21']
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{matrix.java-version}} PR
Expand All @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: ['8']
java-version: ['17']
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{matrix.java-version}} PR
Expand Down

0 comments on commit 08a5bc2

Please sign in to comment.